Skip to content

Commit

Permalink
remove remaining whybet in explainer panel
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSaltyy committed Sep 20, 2024
1 parent 3decee0 commit 4c20704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/components/explainer-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ export const ExplainerPanel = (props: {
className?: string
showWhatIsManifold?: boolean
showAccuracy?: boolean
showWhyBet?: boolean
showSweepstakes?: boolean
}) => {
const {
className,
showWhatIsManifold = true,
showAccuracy = true,
showWhyBet = true,
showSweepstakes = true,
} = props
const handleSectionClick = (sectionTitle: string) => {
Expand Down

0 comments on commit 4c20704

Please sign in to comment.