Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Apr 29, 2024
1 parent 369a472 commit ef6f13b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/page-staking/src/Payouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ function Payouts ({ className = '', historyDepth, isInElection, ownPools, ownVal
<p>{'The payout section is currently not working properly at the moment due to a bug in Polkadot-apps. You may have an "Already claimed" error while trying to trigger payouts.'}</p>
<p>
{'You can follow the issue on this link '}
<a target="_blank" href="https://github.com/polkadot-js/apps/issues/10512">polkadot-js/apps/issues/10512</a>
<a
href='https://github.com/polkadot-js/apps/issues/10512'
rel='noreferrer'
target='_blank'
>polkadot-js/apps/issues/10512</a>
</p>
</MarkWarning>
<Table
Expand Down

0 comments on commit ef6f13b

Please sign in to comment.