[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-26 11:24:44 +00:00
committed by GitHub
parent 14828853b1
commit 01a05289e9
688 changed files with 1639 additions and 2998 deletions

View File

@ -1,6 +1,5 @@
'use client'
import type { FC, ReactNode } from 'react'
import { RiDeleteBinLine } from '@remixicon/react'
import * as React from 'react'
import { useCallback, useMemo } from 'react'
import Checkbox from '@/app/components/base/checkbox'
@ -267,7 +266,7 @@ const GenericTable: FC<GenericTableProps> = ({
className="p-1"
aria-label="Delete row"
>
<RiDeleteBinLine className="h-3.5 w-3.5 text-text-destructive" />
<span className="i-ri-delete-bin-line h-3.5 w-3.5 text-text-destructive" />
</button>
</div>
)}