From 0a0cb10459d54469091f9b7987f8c27e557259ba Mon Sep 17 00:00:00 2001 From: Mateusz Wit Date: Thu, 11 Jul 2019 14:03:16 +0200 Subject: [PATCH] fix: show "expand" caret --- src/components/SchemaRow.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/SchemaRow.tsx b/src/components/SchemaRow.tsx index 34c48d80..7930bf72 100644 --- a/src/components/SchemaRow.tsx +++ b/src/components/SchemaRow.tsx @@ -21,7 +21,6 @@ export interface ISchemaRow extends IExtendableRenderers { const ICON_SIZE = 12; const ICON_DIMENSION = 20; -const ROW_OFFSET = 7; export const SchemaRow: React.FunctionComponent = ({ node, @@ -80,7 +79,7 @@ export const SchemaRow: React.FunctionComponent = ({