fix fileType prop
This commit is contained in:
parent
d895e8d81b
commit
f3e5cac0ea
1 changed files with 1 additions and 3 deletions
|
@ -161,10 +161,8 @@ class FileRender extends React.PureComponent<Props, State> {
|
|||
return (
|
||||
<ThreeViewer
|
||||
source={{
|
||||
fileExtension,
|
||||
fileType: fileExtension,
|
||||
downloadPath,
|
||||
// ThreeViewer stopped working here https://github.com/lbryio/lbry-desktop/pull/3918/files#diff-440a978a7dea2b088abd77a26fdae9b8L129
|
||||
// It requires `fileType`
|
||||
}}
|
||||
theme={currentTheme}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue