Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-cdm committed Nov 29, 2024
1 parent e12fc24 commit eac029f
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 @@ -34,11 +34,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 eac029f

Please sign in to comment.