When items fail to process in time mark the node so we don't repeat too much

This commit is contained in:
Jackson Harper 2024-02-20 17:19:11 +08:00
parent e12d1c64b4
commit 8b012ce29f

View file

@ -2,7 +2,6 @@ import { Box, VStack, HStack, SpanBox } from '../../elements/LayoutPrimitives'
import { LabelChip } from '../../elements/LabelChip'
import type { LinkedItemCardProps } from './CardTypes'
import { useCallback, useState } from 'react'
import Link from 'next/link'
import {
AuthorInfoStyle,
CardCheckbox,