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 ) : ( - +