Skip to content

Commit 292d24d

Browse files
committed
ref:#187 14_FormValidation semicolon typo
1 parent 8a4f365 commit 292d24d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hooks/14_FormValidation/src/pages/login.container.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const LoginContainer: React.FC<Props> = (props) => {
3131
message="Invalid Form"
3232
onClose={() => setShowAlert(false)}
3333
/>
34-
;
3534
</>
3635
);
3736
};

0 commit comments

Comments
 (0)