Skip to content

Commit

Permalink
remove the component prop of the Stack component
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpardo committed Dec 2, 2024
1 parent 3708dd9 commit 0484bd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Client/src/Pages/Infrastructure/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ function Infrastructure() {
});

return (
<Stack
component="main"
style={{ width: "100%", gap: "1rem" }}
>
<Stack gap={theme.spacing(8)}>
<Breadcrumbs list={BREADCRUMBS} />
<Stack
direction="row"
Expand Down

0 comments on commit 0484bd5

Please sign in to comment.