mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
When items fail to process in time mark the node so we don't repeat too much
This commit is contained in:
parent
e12d1c64b4
commit
8b012ce29f
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue