mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
tweaks
This commit is contained in:
parent
bd0fde6790
commit
22d83918e0
@ -37,7 +37,8 @@ export default function Preview({
|
|||||||
key.includes('tags') ||
|
key.includes('tags') ||
|
||||||
key.includes('files') ||
|
key.includes('files') ||
|
||||||
key.includes('termsAndConditions') ||
|
key.includes('termsAndConditions') ||
|
||||||
value === undefined
|
value === undefined ||
|
||||||
|
value === ''
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.map(([key, value]) => (
|
.map(([key, value]) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user