Skip to content

Commit

Permalink
feat: update show border for first level
Browse files Browse the repository at this point in the history
  • Loading branch information
nlatipov committed Sep 6, 2022
1 parent 9b8b104 commit 493f4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const FilterGroup = ({
hasShadow={false}
paddingSize="none"
className={cx({
[boderPadding]: path !== '',
[boderPadding]: !firstLevel,
})}
>
{filters.map((filter, index, acc) => (
Expand Down

0 comments on commit 493f4ff

Please sign in to comment.