Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
return {
|
39 |
url,
|
40 |
label,
|
41 |
-
team: team ? parseInt(team) :
|
42 |
};
|
43 |
}).sort((a, b) => a.team - b.team);
|
44 |
setVideos(videoFiles);
|
|
|
38 |
return {
|
39 |
url,
|
40 |
label,
|
41 |
+
team: team ? parseInt(team) : null
|
42 |
};
|
43 |
}).sort((a, b) => a.team - b.team);
|
44 |
setVideos(videoFiles);
|