fix comicbook viewer

This commit is contained in:
Baltazar Gomez 2020-04-15 22:33:43 -05:00 committed by Sean Yesmunt
parent a750fe0d6e
commit 3d3223eab8

View file

@ -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} />;
}
}