Skip to content

Commit

Permalink
feat: ✨ rouback maxSupply
Browse files Browse the repository at this point in the history
  • Loading branch information
saviojks committed Sep 10, 2024
1 parent 398b811 commit b432d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const BasicInfoSection: React.FC<PropsWithChildren<ISectionProps>> = ({

useEffect(() => {
trigger('initialSupply');
trigger('logo');
trigger('maxSupply');
}, [precision, trigger]);

const isValidLogo = async () => {
Expand Down

0 comments on commit b432d83

Please sign in to comment.