Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 17, 2024
1 parent 42f2a5d commit d4af814
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export function EstablishEssentials(props: ICreationStepProps) {
setFieldValue('essentials.snapshotENS', value, true);

// If there's no input in the snapshot URL field, we don't need to check if it's valid
if (!value) {
setSnapshotSpaceValid(true);
return;
}
if (!value) {
setSnapshotSpaceValid(true);
return;
}

try {
ens_normalize(value);
Expand Down

0 comments on commit d4af814

Please sign in to comment.