Feature/road safety map
This commit is contained in:
@@ -34,7 +34,10 @@ const SidebarSubitems = ({ subitem, dispatch }) => {
|
||||
<Stack direction={"row"} sx={{ px: 0.5 }} spacing={0.5}>
|
||||
{subitem.badges.map((badge, i) => (
|
||||
<SidebarBadge
|
||||
chipProps={{ color: badge.color || "default" }}
|
||||
chipProps={{
|
||||
color: badge.color || "default",
|
||||
variant: "outlined",
|
||||
}}
|
||||
key={badge.key}
|
||||
badge={badge.key}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user