imstevenpmwork HF Staff commited on
Commit
5e54783
·
verified ·
1 Parent(s): 792438a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -38,7 +38,7 @@
38
  return {
39
  url,
40
  label,
41
- team: team ? parseInt(team) : 0
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);