diff --git a/pages/ja/index.tsx b/pages/ja/index.tsx index d9e084b..872ebca 100644 --- a/pages/ja/index.tsx +++ b/pages/ja/index.tsx @@ -18,6 +18,7 @@ const PageMe = () => { const [personsData, setPersonsData] = useState(null); useEffect(() => { + if (!user) return; fetch("https://gractwo.pl/api/v1/admincards") .then((res) => { return res.json();