From 4264f694890faca6d1df187f49b176398c7a9297 Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Fri, 1 Oct 2021 13:32:18 +0300 Subject: [PATCH] remove default `return` (#1384) --- webapp/src/components/gallery/gallery.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/components/gallery/gallery.tsx b/webapp/src/components/gallery/gallery.tsx index 492819619..692895f3c 100644 --- a/webapp/src/components/gallery/gallery.tsx +++ b/webapp/src/components/gallery/gallery.tsx @@ -69,7 +69,6 @@ const Gallery = (props: Props): JSX.Element => { isManualSort={isManualSort} /> ) - return null })} {/* Add New row */}