minor fix
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user