We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4f365 commit 292d24dCopy full SHA for 292d24d
1 file changed
hooks/14_FormValidation/src/pages/login.container.tsx
@@ -31,7 +31,6 @@ export const LoginContainer: React.FC<Props> = (props) => {
31
message="Invalid Form"
32
onClose={() => setShowAlert(false)}
33
/>
34
- ;
35
</>
36
);
37
};
0 commit comments