mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Remove unnecessary variable
This commit is contained in:
parent
ae3822d48c
commit
7fea3c3991
1 changed files with 1 additions and 2 deletions
|
|
@ -96,12 +96,11 @@ export const AuthenticationPageComponent = props => {
|
|||
},
|
||||
},
|
||||
];
|
||||
const nav = <TabNav tabs={tabs} />;
|
||||
|
||||
return (
|
||||
<PageLayout title={title}>
|
||||
<div className={css.root}>
|
||||
{nav}
|
||||
<TabNav tabs={tabs} />
|
||||
{loginError ? loginErrorMessage : null}
|
||||
{signupError ? signupErrorMessage : null}
|
||||
{isLogin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue