Browse Source

fix(filmstrip): Import from base/tracks.

master
Hristo Terezov 5 years ago
parent
commit
9bae7099dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/filmstrip/functions.web.js

+ 1
- 1
react/features/filmstrip/functions.web.js View File

@@ -14,7 +14,7 @@ import {
14 14
     getTrackByMediaTypeAndParticipant,
15 15
     isLocalTrackMuted,
16 16
     isRemoteTrackMuted
17
-} from '../base/tracks';
17
+} from '../base/tracks/functions';
18 18
 
19 19
 import { TILE_ASPECT_RATIO } from './constants';
20 20
 

Loading…
Cancel
Save