mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
lint fix
This commit is contained in:
parent
c62b69b17f
commit
60d98340d9
@ -78,7 +78,7 @@ export default class AssetsUser extends PureComponent<
|
|||||||
) : results.length ? (
|
) : results.length ? (
|
||||||
<>
|
<>
|
||||||
{results
|
{results
|
||||||
.slice(0, recent ? recent : undefined)
|
.slice(0, recent || undefined)
|
||||||
.filter(asset => !!asset)
|
.filter(asset => !!asset)
|
||||||
.map((asset: any) => (
|
.map((asset: any) => (
|
||||||
<AssetTeaser
|
<AssetTeaser
|
||||||
|
Loading…
Reference in New Issue
Block a user