Skip to content

Commit

Permalink
fix deployment for unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Aug 16, 2024
1 parent 3194dd2 commit 6e9b6c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/gui/table-cell/generic-cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ import {
import {
DatabaseResultSet,
DatabaseValue,
describeTableColumnType,
TableColumnDataType,
} from "@/drivers/base-driver";
import { useDatabaseDriver } from "@/context/driver-provider";
import { convertDatabaseValueToString } from "@/drivers/sqlite/sql-helper";
import {
Tooltip,
TooltipContent,
TooltipTrigger,
} from "@/components/ui/tooltip";

interface TableCellProps<T = unknown> {
align?: "left" | "right";
Expand Down Expand Up @@ -177,7 +171,6 @@ function BlobCellValue({

export default function GenericCell({
value,
valueType,
onFocus,
isChanged,
focus,
Expand Down

0 comments on commit 6e9b6c0

Please sign in to comment.