diff --git a/frontend/src/components/account/showShareInformationsModal.tsx b/frontend/src/components/account/showShareInformationsModal.tsx index b67492a..4cfdc20 100644 --- a/frontend/src/components/account/showShareInformationsModal.tsx +++ b/frontend/src/components/account/showShareInformationsModal.tsx @@ -12,7 +12,7 @@ const showShareInformationsModal = ( modals: ModalsContextProps, share: MyShare, appUrl: string, - maxShareSize: number, + maxShareSize: number ) => { const t = translateOutsideContext(); const link = `${appUrl}/s/${share.id}`; @@ -36,28 +36,28 @@ const showShareInformationsModal = ( children: ( - + :{" "} {share.id} - + :{" "} {share.description || "No description"} - + :{" "} {formattedCreatedAt} - + :{" "} @@ -66,7 +66,7 @@ const showShareInformationsModal = ( - + :{" "} @@ -76,7 +76,7 @@ const showShareInformationsModal = ( {shareSize / maxShareSize < 0.1 && ( - + {formattedShareSize} )} @@ -87,7 +87,7 @@ const showShareInformationsModal = ( size="xl" radius="xl" /> - + {formattedMaxShareSize}