Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucianosc committed Aug 17, 2024
1 parent d31c21b commit e44d709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/Forms/CommunityForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type FormRowTypes = {
parse?: (value: any) => string;
};

const ethereumAddressRegEx = /^(0x)?[0-9a-fA-F]{40}$/;
const ethereumAddressRegEx = /^0x[a-fA-F0-9]{40}$/;

export const CommunityForm = ({
chainId,
Expand Down

0 comments on commit e44d709

Please sign in to comment.