From 773465c6c5f8e22dd4251f6de8cd63fe373832ec Mon Sep 17 00:00:00 2001 From: James Grugett Date: Mon, 6 Jun 2022 10:44:36 -0500 Subject: [PATCH] Move select all button to top of category selector modal --- web/components/feed/category-selector.tsx | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web/components/feed/category-selector.tsx b/web/components/feed/category-selector.tsx index a3ed4777..352746a8 100644 --- a/web/components/feed/category-selector.tsx +++ b/web/components/feed/category-selector.tsx @@ -119,6 +119,22 @@ function CategorySelectorModal(props: { return ( + {CATEGORY_LIST.map((cat) => ( ))} - )