|
|
@@ -3,6 +3,7 @@ import React from 'react';
|
|
|
import dateFnsFormat from 'date-fns/format';
|
|
|
import { useTranslation } from 'next-i18next';
|
|
|
|
|
|
+import ShareLink from '../Icons/ShareLinkIcon';
|
|
|
import CopyDropdown from '../Page/CopyDropdown';
|
|
|
|
|
|
|
|
|
@@ -76,7 +77,7 @@ const ShareLinkList = (props: Props): JSX.Element => {
|
|
|
<>
|
|
|
{props.shareLinks.map(shareLink => (
|
|
|
<ShareLinkTr
|
|
|
- key={shareLink._id}
|
|
|
+ key={shareLink}
|
|
|
isAdmin={props.isAdmin}
|
|
|
shareLink={shareLink}
|
|
|
onDelete={() => {
|