From 1b0ed23df9022b2599d1bb221b888cc1ce8d9db7 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 3 Feb 2025 15:32:08 +0530 Subject: [PATCH] Fix warning --- .../photos/src/components/Collections/CollectionShare.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/apps/photos/src/components/Collections/CollectionShare.tsx b/web/apps/photos/src/components/Collections/CollectionShare.tsx index bbbcc6a487..75bff3a74e 100644 --- a/web/apps/photos/src/components/Collections/CollectionShare.tsx +++ b/web/apps/photos/src/components/Collections/CollectionShare.tsx @@ -1678,10 +1678,9 @@ const ManageDeviceLimit: React.FC = ({ {deviceLimitOptions.map((item, index) => ( - <> + = ({ deviceLimitOptions.length - 1 && ( )} - + ))}