Skip to content

Commit

Permalink
removes reference to boolean for feedback card display
Browse files Browse the repository at this point in the history
  • Loading branch information
shkeating committed Dec 20, 2023
1 parent ef78a2d commit db0aaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ussf-documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const rightSidebar = (
export default USSFDocumentation

USSFDocumentation.getLayout = (page: React.ReactNode) =>
withDefaultLayout(page, false, rightSidebar)
withDefaultLayout(page, rightSidebar)

export async function getServerSideProps() {
let pageData = null
Expand Down

0 comments on commit db0aaa6

Please sign in to comment.