Skip to content

Commit

Permalink
Enable debug mode temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-cdm committed Dec 4, 2024
1 parent 50c6a01 commit 5eaeef4
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 5eaeef4

Please sign in to comment.