Skip to content

Commit

Permalink
fix: pass through expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Nov 16, 2023
1 parent e4e9846 commit 64a7fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/liquid-staking/liquid-staking.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ export default function LiquidStaking(props: LiquidStakingProps) {

<Show when={typeof props.renderAccordionButton === "function"}>
{props.renderAccordionButton({
expanded: state.expanded,
onClick: () => {
state.handleToggleExpand();
},
Expand Down

0 comments on commit 64a7fb4

Please sign in to comment.