diff --git a/web/components/editable-cell.tsx b/web/components/editable-cell.tsx index 259e105..fdb6c09 100644 --- a/web/components/editable-cell.tsx +++ b/web/components/editable-cell.tsx @@ -84,7 +84,9 @@ export default function EditableCell({ aria-label={label ? `Edit ${label}` : undefined} className="group flex w-full min-w-0 items-center gap-2 -mx-2 rounded-md px-2 py-1 text-left font-mono text-[13px] text-zinc-900 transition-colors hover:bg-zinc-100/70 focus:outline-none focus-visible:ring-2 focus-visible:ring-zinc-900" > - + {renderView ? renderView(value) : value || }