Skip to content

Commit

Permalink
fixing second error
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Nov 4, 2024
1 parent dd36184 commit d0adc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/quests/questDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ const QuestDetails: FunctionComponent<QuestDetailsProps> = ({
key={task.id}
name={task.name}
customError={
task.name?.includes("Discord" || "discord")
task?.name?.toLowerCase().includes("discord")
? customError
: ""
}
Expand Down

0 comments on commit d0adc26

Please sign in to comment.