chore: clean code.

This commit is contained in:
Ivan Li
2021-07-17 21:57:19 +08:00
parent 2efbad4fe5
commit 3644718b19
7 changed files with 114 additions and 134 deletions

View File

@@ -39,7 +39,7 @@ export const AuthProvider: FC = ({ children }) => {
}}
>
{children}
{/* {accessToken ? null : <Login />} */}
{accessToken ? null : <Login />}
</Context.Provider>
);
};