Skip to content

Commit

Permalink
removes another feedback card in page layout reference
Browse files Browse the repository at this point in the history
  • Loading branch information
shkeating committed Dec 20, 2023
1 parent db0aaa6 commit f654620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/DefaultLayout/DefaultLayout.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('DefaultLayout component options', () => {
</div>
)
renderWithAuthAndApollo(
<DefaultLayout displayFeedbackCard={false} rightSidebar={sidebar}>
<DefaultLayout rightSidebar={sidebar}>
<h1>Test Page</h1>
</DefaultLayout>,
{},
Expand Down

0 comments on commit f654620

Please sign in to comment.