fix code quality issues

This commit is contained in:
41666 2020-12-05 03:21:02 -05:00
parent 4dc0eeaee3
commit 9310dc31f9
4 changed files with 8 additions and 25 deletions

View file

@ -38,5 +38,3 @@ export const isAuthenticated = () => {
const authCtx = useAuth();
return authCtx.sessionKey !== null;
};
export const;