diff --git a/components/UpdateModal.tsx b/components/UpdateModal.tsx index 8cc871b6..83d3cdd2 100644 --- a/components/UpdateModal.tsx +++ b/components/UpdateModal.tsx @@ -10,7 +10,7 @@ export function UpdateModal(props: {}) { const res = localStorage.getItem(`gb-update-${VERSION}`); if (modalRef.current && !res) { modalRef.current.showModal(); - localStorage.setItem(VERSION, "true"); + localStorage.setItem(`gb-update-${VERSION}`, "true"); } }); diff --git a/pages/profile.tsx b/pages/profile.tsx index fcfdee9b..73eba07a 100644 --- a/pages/profile.tsx +++ b/pages/profile.tsx @@ -59,7 +59,7 @@ export default function Profile(props: { teamList: Team[] }) { return ( - +