minor fix

This commit is contained in:
daniel31x13
2023-12-25 20:43:31 -05:00
parent 8a34413482
commit dfbd56acc9
3 changed files with 6 additions and 8 deletions
-2
View File
@@ -62,8 +62,6 @@ export default function LinkGrid({ link, count, className }: Props) {
!link.preview?.startsWith("archives") &&
link.preview !== "unavailable"
) {
getLink(link.id as number);
interval = setInterval(async () => {
getLink(link.id as number);
}, 5000);
@@ -114,7 +114,7 @@ export default function LinkActions({
setEditLinkModal(true);
}}
>
Edit
Edit Link
</div>
</li>
) : undefined}