Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix: update disabled state logic in CreatorCoin button to include address validation and coin presence

yoginth.com b1b31eea 7d0a7699

verified
+3 -1
+3 -1
apps/web/src/components/Settings/Pro/CreatorCoin.tsx
··· 167 167 <div className="flex justify-end"> 168 168 <Button 169 169 className="ml-auto" 170 - disabled={isSubmitting || !form.formState.isDirty} 170 + disabled={ 171 + isSubmitting || !form.formState.isDirty || !isValidAddress || !coin 172 + } 171 173 loading={isSubmitting} 172 174 type="submit" 173 175 >