From a960d8cee5faf029e00a46493d7c4ca4297cc036 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 30 Jan 2024 22:29:45 -0500 Subject: [PATCH] fix: framer-motion warning for missing key prop --- app/components/Sharing/SharePopover.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/components/Sharing/SharePopover.tsx b/app/components/Sharing/SharePopover.tsx index d983aecf4..6a8ad4e69 100644 --- a/app/components/Sharing/SharePopover.tsx +++ b/app/components/Sharing/SharePopover.tsx @@ -213,12 +213,17 @@ function SharePopover({ const doneButton = picker ? ( invitedInSession.length ? ( - + {t("Done")} ) : null ) : ( - +