diff --git a/ui/component/viewers/comicBookViewer.jsx b/ui/component/viewers/comicBookViewer.jsx index e34d1e313..1e789215d 100644 --- a/ui/component/viewers/comicBookViewer.jsx +++ b/ui/component/viewers/comicBookViewer.jsx @@ -31,7 +31,7 @@ class ComicBookViewer extends React.PureComponent { allowGlobalShortcuts: true, }; - return ; + return ; } }