Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Nov 4, 2024
1 parent 94fcd2d commit dd36184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/admin/questDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const AdminQuestDetails: 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 dd36184

Please sign in to comment.