Skip to content

Commit

Permalink
better variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Apr 2, 2021
1 parent 383d563 commit bf720a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
LOCALSTORAGE_MAX_QUERY_AGE_MS,
} from '../../constants';

const TAB_HEIGHT = 82;
const TAB_HEIGHT = 90;

/*
editorQueries are queries executed by users passed from SqlEditor component
Expand Down Expand Up @@ -153,7 +153,7 @@ export default function SouthPane({
csv={false}
actions={actions}
cache
height={innerTabContentHeight - 10}
height={innerTabContentHeight}
displayLimit={displayLimit}
/>
</Tabs.TabPane>
Expand Down

0 comments on commit bf720a0

Please sign in to comment.