{level?.data?.introduction &&
{level?.data?.introduction}
}
{proof.map((step, i) => {
return
})}
{completed &&
<>
Level completed! 🎉
{level?.data?.conclusion?.trim() &&
{level?.data?.conclusion}
}
{levelId >= gameInfo.data?.worldSize[worldId] ?
:
}
>
}