Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Sep 28, 2024
1 parent 618e531 commit 026705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framerail/src/lib/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export const useErrorPopup = () =>
useWritable("errorPopup", {
state: false,
message: null,
data: null,
data: null
})

0 comments on commit 026705b

Please sign in to comment.