From cd358b3ff6d86edd4be40a0c55a2d99e1686d5db Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Tue, 16 Feb 2021 13:20:37 +0530 Subject: [PATCH] moved key to div wrapper --- src/pages/gallery/components/CollectionSelector.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/gallery/components/CollectionSelector.tsx b/src/pages/gallery/components/CollectionSelector.tsx index ebf3c5c54..4c58fd499 100644 --- a/src/pages/gallery/components/CollectionSelector.tsx +++ b/src/pages/gallery/components/CollectionSelector.tsx @@ -13,11 +13,9 @@ function CollectionSelector(props) { collectionAndItsLatestFile, ...rest } = props; - const CollectionIcons = collectionAndItsLatestFile?.map((item) => ( -
+
- {constants.SELECT_COLLECTION} + + {constants.SELECT_COLLECTION} +