mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-03 19:39:39 +05:00
frontend: fix linted errors
This commit is contained in:
parent
9e75a0783c
commit
58ed4007df
9 changed files with 46 additions and 14 deletions
|
@ -3,8 +3,8 @@
|
|||
import { LogInNeeded } from "@/app/components/LogInNeeded/LogInNeeded";
|
||||
import { useUserStore } from "@/app/store/user-store";
|
||||
|
||||
export default History = () => {
|
||||
export default function History() {
|
||||
const userStore = useUserStore();
|
||||
|
||||
return <>{!userStore.isAuth ? <LogInNeeded /> : ""}</>;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue