diff --git a/components/quests/quest.tsx b/components/quests/quest.tsx index f6bd4c34..549677b2 100644 --- a/components/quests/quest.tsx +++ b/components/quests/quest.tsx @@ -82,7 +82,7 @@ const Quest: FunctionComponent = ({ )} - {boostedQuests.includes(id) ? ( + {boostedQuests?.length > 0 && boostedQuests?.includes(id) ? (