Skip to content

Commit 8892614

Browse files
committed
SALG-1278: WIP - Check audio playing
1 parent 18f3dc5 commit 8892614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/points-of-interest/PointOfInterest.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function PointOfInterest({
159159
{!unlocked && <div>kan ikke tilgås</div>}
160160
{viewSubtitles && <div>{subtitles}</div>}
161161
{unlocked && IFrameUrl && <PodcastWrapper IFrameUrl={IFrameUrl} />}
162-
</>
162+
</div>
163163
);
164164
}
165165

0 commit comments

Comments
 (0)