Skip to content

Commit

Permalink
feat: set isAdmin atom
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 1, 2024
1 parent c0655be commit ada7aaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils/atom.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { atom } from "jotai";

export const isAdminAtom = atom<boolean>({
key: "isAdminState",
default: false,
});
export const isAdminAtom = atom<boolean>(false);

0 comments on commit ada7aaa

Please sign in to comment.