Skip to content

Commit c4c8825

Browse files
committed
fix visible screenshots
1 parent c1274f0 commit c4c8825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Website/src/activitys/ModuleViewActivity/tabs/OverviewTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const OverviewTab = () => {
221221
</Card>
222222
)}
223223

224-
{track.screenshots && (
224+
{track.screenshots && track.screenshots.length !== 0 && (
225225
<Card sx={{ width: "100%" }}>
226226
<CardContent>
227227
<Typography variant="h5" component="div">

0 commit comments

Comments
 (0)