mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-27 19:25:15 +02:00
chore: ran linting
This commit is contained in:
parent
78a3c71bb5
commit
fe07de3f9c
7 changed files with 21 additions and 11 deletions
|
|
@ -216,10 +216,7 @@ export const DocumentNode = React.memo(function DocumentNode({
|
|||
return (
|
||||
<>
|
||||
{isMemoryDocument ? (
|
||||
<span
|
||||
aria-disabled="true"
|
||||
className="h-3.5 w-3.5 shrink-0 cursor-default"
|
||||
>
|
||||
<span aria-disabled="true" className="h-3.5 w-3.5 shrink-0 cursor-default">
|
||||
<Checkbox
|
||||
checked={false}
|
||||
disabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue