diff --git a/client/src/components/Level.tsx b/client/src/components/Level.tsx index c3830ee..0df2125 100644 --- a/client/src/components/Level.tsx +++ b/client/src/components/Level.tsx @@ -181,7 +181,14 @@ function Level() { - {completed &&
{level?.data?.conclusion}
} + {completed &&
+ {level?.data?.conclusion} + {levelId >= gameInfo.data?.worldSize[worldId] ? + : + } + +
}
{!level.isLoading && }