Skip to content

Commit

Permalink
Dísable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-cdm committed Dec 4, 2024
1 parent 2610e39 commit ade575e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension-koni-ui/src/Popup/Home/Mint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ const Component = ({ className }: Props): React.ReactElement => {
}, []);

const onClickLogo = useCallback(() => {
setMintSuccess((prev) => !prev);
// setMintSuccess((prev) => !prev);
}, []);

const onClickHeaderNameArea = useCallback(() => {
setAlwaysShowMint((prev) => !prev);
// setAlwaysShowMint((prev) => !prev);
}, []);

useEffect(() => {
Expand Down

0 comments on commit ade575e

Please sign in to comment.