Skip to content

Commit

Permalink
Indentation now working on stap groups!
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnScolaro committed Oct 23, 2023
1 parent 1448071 commit 571075b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/side_bar/side_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const SideBarMultiLevelButton = ({
}`}
onClick={handleClick}
>
<SideBarButtonText text={item.name} indentation={0} />
<SideBarButtonText text={item.name} indentation={indentation} />
<ExpandLess style={iconStyle} />
</div>
<Collapse in={open} timeout="auto" unmountOnExit>
Expand Down

0 comments on commit 571075b

Please sign in to comment.