Skip to content

Commit

Permalink
chore: do not pass redundant covered prop to DashboardContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Dec 16, 2024
1 parent 01e1b9b commit 85aace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/view/ViewDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const ViewDashboard = ({
data-test="outer-scroll-container"
>
<DashboardsBar />
<DashboardContainer covered={false}>
<DashboardContainer>
<ViewDashboardContent
loading={loading}
loaded={loaded}
Expand Down

0 comments on commit 85aace1

Please sign in to comment.