Skip to content

Commit

Permalink
Fix GitInfo UI rendering when there is not git info (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tscurtu authored Oct 13, 2022
1 parent d9f8f6e commit f38a7b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sematic/ui/src/components/GitInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function GitInfoBox(props: { resolution: Resolution | undefined }) {
gridColumn: 3,
paddingX: 10,
paddingTop: 3,
borderLeft: 1,
borderColor: theme.palette.grey[200],
}}
>
Expand Down

0 comments on commit f38a7b8

Please sign in to comment.