Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Aug 20, 2024
1 parent f10346a commit fc6689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const filterToasts = (toasts: any[]) => {
if (t.content.component?.__name === "Conflict") {
return [t];
}
if (t.content.component?.__name === "MaintananceMode") {
if (t.content.component?.__name === "MaintenanceMode") {
return [t];
}
}
Expand Down

0 comments on commit fc6689b

Please sign in to comment.