Spaces:
Running
Running
Upload 10 files
Browse files
src/views/InstructorView.js
CHANGED
|
@@ -687,7 +687,7 @@ export function setupInstructorEvents() {
|
|
| 687 |
roomInfo.classList.remove('hidden');
|
| 688 |
dashboardContent.classList.remove('hidden');
|
| 689 |
|
| 690 |
-
subscribeToRoom(inputCode, (data) => {
|
| 691 |
// Check if updateDashboard is defined in scope
|
| 692 |
// Auto-Restore Room View if exists
|
| 693 |
if (localStorage.getItem('vibecoding_gemini_key')) {
|
|
|
|
| 687 |
roomInfo.classList.remove('hidden');
|
| 688 |
dashboardContent.classList.remove('hidden');
|
| 689 |
|
| 690 |
+
subscribeToRoom(inputCode, async (data) => {
|
| 691 |
// Check if updateDashboard is defined in scope
|
| 692 |
// Auto-Restore Room View if exists
|
| 693 |
if (localStorage.getItem('vibecoding_gemini_key')) {
|