diff --git a/custom/shared/components/Tile/Tile.js b/custom/shared/components/Tile/Tile.js index b6d28bd..621eb39 100644 --- a/custom/shared/components/Tile/Tile.js +++ b/custom/shared/components/Tile/Tile.js @@ -4,7 +4,7 @@ import { ReactComponent as IconMicMute } from '@custom/shared/icons/mic-off-sm.s import classNames from 'classnames'; import PropTypes from 'prop-types'; import { DEFAULT_ASPECT_RATIO } from '../../constants'; -import Video from './Video'; +import { Video } from './Video'; import { ReactComponent as Avatar } from './avatar.svg'; const SM_TILE_MAX_WIDTH = 300; @@ -99,8 +99,9 @@ export const Tile = memo( {videoTrack ? (