Skip to content

Commit 7d15628

Browse files
chore: remove test impl in congrats page
1 parent 659a31a commit 7d15628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/congratulations/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default function Congratulations() {
1212
);
1313

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

0 commit comments

Comments
 (0)