Spaces:
Running
Running
Upload 8 files
Browse files- 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) {
|