Skip to content

Commit

Permalink
fix: controls grouping case
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 8, 2020
1 parent 970374a commit e0b8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/src/ClassicPage/ClassicPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ClassicPage: FC = () => {
<PropsTable
of="."
title="Properties"
flat={propsCount <= threshold}
flat={propsCount <= threshold || !splitControls}
visibility={splitControls ? 'info' : 'all'}
/>
<ComponentDeps id="." title="External dependencies" />
Expand Down

0 comments on commit e0b8023

Please sign in to comment.