Lashtw commited on
Commit
e25bcd3
·
verified ·
1 Parent(s): eb6f7c1

Upload 8 files

Browse files
Files changed (1) hide show
  1. src/views/StudentView.js +1 -0
src/views/StudentView.js CHANGED
@@ -6,6 +6,7 @@ let cachedChallenges = [];
6
 
7
  export async function renderStudentView() {
8
  const nickname = localStorage.getItem('vibecoding_nickname') || 'Guest';
 
9
 
10
  // Fetch challenges if empty
11
  if (cachedChallenges.length === 0) {
 
6
 
7
  export async function renderStudentView() {
8
  const nickname = localStorage.getItem('vibecoding_nickname') || 'Guest';
9
+ const roomCode = localStorage.getItem('vibecoding_room_code') || 'Unknown';
10
 
11
  // Fetch challenges if empty
12
  if (cachedChallenges.length === 0) {