Skip to content

Commit

Permalink
Update src/components/InitialView/InitialView.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin <[email protected]>
  • Loading branch information
Quantumplation and cjkoepke authored Dec 10, 2024
1 parent 558be58 commit 61585a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InitialView/InitialView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const InitialView: FC<InitialViewProps> = ({ startGame }) => {
setGameData,
setIsQualified,
} = useAppContext();
const { publicKeyHashHex } = keys || {};
const publicKeyHashHex = keys?.publicKeyHashHex
const [, setSessionId] = useSessionIdKeyCache();
const pathSegments = window.location.hash.split("/").filter(Boolean);
const code = pathSegments[2];
Expand Down

0 comments on commit 61585a9

Please sign in to comment.