Skip to content

Commit

Permalink
Merge branch '11joselu-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Siekmann committed Jun 5, 2020
2 parents 69618ab + 1eaf744 commit 5e2ba1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ export class DesignTokenPanel extends React.Component<Props, any> {

<Separator />

<HardCodedValuesTable hardCodedValues={this.props.hardCodedValues} />
{this.props.hardCodedValues.length && (
<HardCodedValuesTable
hardCodedValues={this.props.hardCodedValues}
/>
)}
</Container>
</>
);
Expand Down

0 comments on commit 5e2ba1f

Please sign in to comment.