Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Nov 27, 2023
1 parent bf05a18 commit b944eb8
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 b944eb8

Please sign in to comment.