fix: typo
This commit is contained in:
parent
a5e371e990
commit
f8ac5d0d60
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default function FileViewer(props: Props) {
|
|||
}
|
||||
|
||||
const hidePlayer =
|
||||
!isPlaying || !uri || (!inline && (!floatingPlayerEnabled || ['audio', 'video'].includes(mediaType)));
|
||||
!isPlaying || !uri || (!inline && (!floatingPlayerEnabled || !['audio', 'video'].includes(mediaType)));
|
||||
|
||||
if (hidePlayer) {
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue