fix comicbook viewer
This commit is contained in:
parent
a750fe0d6e
commit
3d3223eab8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ComicBookViewer extends React.PureComponent<Props> {
|
|||
allowGlobalShortcuts: true,
|
||||
};
|
||||
|
||||
return <Villain file={file} style={{ width: '100%', height: '100%' }} options={opts} workerUrl={workerUrl} />;
|
||||
return <Villain source={file} style={{ width: '100%', height: '100%' }} options={opts} workerUrl={workerUrl} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue