From 7cbe94b882386bc8e3cea4664bd0c608bab0868f Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 12 Jan 2023 16:42:53 +0530 Subject: [PATCH] remove unnecessary wrapper --- src/components/PhotoList.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/PhotoList.tsx b/src/components/PhotoList.tsx index b2157f12c..1fd7b7593 100644 --- a/src/components/PhotoList.tsx +++ b/src/components/PhotoList.tsx @@ -532,12 +532,9 @@ export function PhotoList({ case ITEM_TYPE.TIME: return listItem.dates ? ( listItem.dates.map((item) => ( - <> - - {item.date} - -
- + + {item.date} + )) ) : (