mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-13 22:11:08 +00:00
fix: fix lint errors and update headers
This commit is contained in:
@@ -72,7 +72,7 @@ function Pool ({ className = '', members, ownAccounts, params, poolId }: Props):
|
||||
withLoading
|
||||
/>
|
||||
<td className='number media--1400'>{info && !info.rewardClaimable.isZero() && <FormatBalance value={info.rewardClaimable} />}</td>
|
||||
<td className='number'>{info && info.bonded.commission.current.value && <div>{info.bonded.commission.current.value[0]?.toHuman()}</div>}</td>
|
||||
<td className='number'>{info?.bonded.commission.current.value && <div>{info.bonded.commission.current.value[0]?.toHuman()}</div>}</td>
|
||||
<td className='number'>
|
||||
{info && info.nominating.length !== 0 && (
|
||||
<ExpanderScroll
|
||||
|
||||
Reference in New Issue
Block a user