Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 4, 2023
1 parent 14ba043 commit 1dc216b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ const CreateAppStatusModal: React.FC<Props & React.ComponentProps<typeof Modal>>
type === "success"
? "success"
: type === "error"
? "danger"
: "secondary"
? "danger"
: "secondary"
}
strong={Object.keys(messages)[ix] === "success"}
>
Expand Down

0 comments on commit 1dc216b

Please sign in to comment.