Skip to content

Commit

Permalink
refactor: ran prettier:write
Browse files Browse the repository at this point in the history
  • Loading branch information
code-Gambler committed Feb 19, 2024
1 parent b3b176b commit d492cd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/contracts/README.md
8 changes: 4 additions & 4 deletions apps/dashboard/src/utils/createAlert.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function createAlert(message: string) {
if (message){
alert(message);
}else{
alert("Some error occurred!");
if (message) {
alert(message)
} else {
alert("Some error occurred!")
}
}

0 comments on commit d492cd1

Please sign in to comment.