Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Mar 12, 2024
1 parent 7da5871 commit 41cefeb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const SavedQuestion = ({
<Text variant="body2" css={{ c: '$on_surface_medium' }}>
{option.text}
</Text>
{/* Fix needed here */}
{/* @ts-ignore */}
{(answerArray.includes(index + 1) || option.isCorrectAnswer) && (
<Flex css={{ color: '$alert_success', mx: '$xs' }}>
Expand Down

0 comments on commit 41cefeb

Please sign in to comment.