From 09a1a55da82b11f163f9cc24ff6c03814422945c Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:35:23 +0530 Subject: [PATCH] fix: unique key errors (#3500) --- web/components/dashboard/home-dashboard-widgets.tsx | 4 ++-- web/components/dashboard/widgets/created-issues.tsx | 2 +- web/components/dashboard/widgets/recent-projects.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/dashboard/home-dashboard-widgets.tsx b/web/components/dashboard/home-dashboard-widgets.tsx index fb6055a67..2e2f9ef88 100644 --- a/web/components/dashboard/home-dashboard-widgets.tsx +++ b/web/components/dashboard/home-dashboard-widgets.tsx @@ -50,11 +50,11 @@ export const DashboardWidgets = observer(() => { // if the widget is full width, return it in a 2 column grid if (widget.fullWidth) return ( -
+
); - else return ; + else return ; })}
); diff --git a/web/components/dashboard/widgets/created-issues.tsx b/web/components/dashboard/widgets/created-issues.tsx index 6f2913197..f5727f277 100644 --- a/web/components/dashboard/widgets/created-issues.tsx +++ b/web/components/dashboard/widgets/created-issues.tsx @@ -99,7 +99,7 @@ export const CreatedIssuesWidget: React.FC = observer((props) => { {ISSUES_TABS_LIST.map((tab) => ( - + = observer((props) => {
{projectDetails.members?.map((member) => ( - + ))}