Skip to content

Commit

Permalink
chore: remove test impl in congrats page
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Ogbonna committed Dec 31, 2024
1 parent 37a5ab6 commit b45ffb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/congratulations/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function Congratulations() {
);

useEffect(() => {
localStorage.setItem("webxr-experience-with-ai-avatar", true.toString());
// Access localStorage after component mounts
const storedBrandName = localStorage.getItem("brand_name");
const webXrExperience: string | null = localStorage.getItem(
Expand Down

0 comments on commit b45ffb2

Please sign in to comment.