Skip to content

Commit

Permalink
🔥 Cleanup beta options
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Oct 11, 2024
1 parent 9b87afc commit 7817b4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 110 deletions.
25 changes: 0 additions & 25 deletions packages/wallet/src/module/settings/atoms/betaOptions.ts

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { sessionAtom } from "@/module/common/atoms/session";
import { Panel } from "@/module/common/component/Panel";
import { Title } from "@/module/common/component/Title";
import { RemoveAllNotification } from "@/module/notification/component/RemoveAllNotification";
import { BetaOptions } from "@/module/settings/component/BetaOptions";
import { RecoveryLink } from "@/module/settings/component/Recovery";
import { WalletAddress } from "@module/component/HashDisplay";
import { useAtomValue } from "jotai";
Expand All @@ -19,7 +18,6 @@ export function Settings() {
<BiometryInfo />
<RecoveryLink />
<RemoveAllNotification />
<BetaOptions />
</>
);
}
Expand Down

0 comments on commit 7817b4d

Please sign in to comment.