Skip to content

Commit

Permalink
levels: fix level images not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Aug 8, 2023
1 parent 2ecf7bc commit 87d624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/LevelPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const LevelPage = () => {
</InfoMessage>
)}

{false && !!level.screenshots.length && (
{!!level.screenshots.length && (
<Section>
<MediumThumbnails
displayMode={DisplayMode.Contain}
Expand Down

0 comments on commit 87d624c

Please sign in to comment.