Skip to content

Commit

Permalink
fix white background on native
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Oct 11, 2022
1 parent c05495c commit 11c9148
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Track.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export default function Track({ track_id }) {
<IFrame
title={track_id}
width='100%'
height={80}
style={{
visibility: visibility
}}
onLoad={() => setVisibility('visible')}
src={`${process.env.REACT_APP_API_URL}/track_widget` +
`?track_id=${encodeURIComponent(track_id)}`
Expand Down

0 comments on commit 11c9148

Please sign in to comment.