From 3d3223eab8263877d04a5e5122c8361795911b45 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Wed, 15 Apr 2020 22:33:43 -0500 Subject: [PATCH] fix comicbook viewer --- ui/component/viewers/comicBookViewer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; } }