mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-07-23 18:55:40 +00:00
fix: fix lint errors and update headers
This commit is contained in:
@@ -42,7 +42,7 @@ function Collection ({ className, value: { details, id, ipfsData } }: Props): Re
|
||||
}
|
||||
</td>
|
||||
<td className='address media--1000'>{details && <AddressSmall value={details.owner} />}</td>
|
||||
<td className='string'>{details && details.isFrozen.isTrue && t('Frozen')}</td>
|
||||
<td className='string'>{details?.isFrozen.isTrue && t('Frozen')}</td>
|
||||
<td className='number'>{details && formatNumber(details.items || (details as unknown as { instances: BN }).instances)}</td>
|
||||
</tr>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user