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 Nov 29, 2024
1 parent 9d89ba7 commit 61483fa
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 61483fa

Please sign in to comment.