Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
alantao912 committed Nov 19, 2023
1 parent 0123cf4 commit 517ba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/common/utils/nameFormat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const isNameValid = (name: string) : boolean => {
}
}
return true;
}
};

0 comments on commit 517ba2d

Please sign in to comment.