Skip to content

Commit

Permalink
headerButton fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 30, 2024
1 parent 017e127 commit c45dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/page-referenda/src/Referenda/Group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Group ({ activeIssuance, className, isMember, members, palletReferenda,
(): [([React.ReactNode?, string?, number?] | null)[], string] => [
[
[trackName ? <>{trackName}<div className='sub'>{trackInfo?.text}</div></> : t('referenda'), 'start', 8],
null && [headerButton]
[headerButton]
],
trackName
? `track:${trackName}`
Expand Down

0 comments on commit c45dc28

Please sign in to comment.