Spaces:
Running
Running
Update scripts/app.js
Browse files- scripts/app.js +2 -4
scripts/app.js
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
// scripts/app.js
|
3 |
|
4 |
import { initUI } from './ui.js';
|
5 |
import { initChat } from './chat.js';
|
@@ -1016,5 +1015,4 @@ return sortedClips;
|
|
1016 |
if (rankedClips.length === 0) {
|
1017 |
container.innerHTML = '<p class="text-gray-500 text-sm">Rankings will appear here when available...</p>';
|
1018 |
return;
|
1019 |
-
}
|
1020 |
-
</script>
|
|
|
1 |
+
// scripts/app.js
|
|
|
2 |
|
3 |
import { initUI } from './ui.js';
|
4 |
import { initChat } from './chat.js';
|
|
|
1015 |
if (rankedClips.length === 0) {
|
1016 |
container.innerHTML = '<p class="text-gray-500 text-sm">Rankings will appear here when available...</p>';
|
1017 |
return;
|
1018 |
+
}
|
|