mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 09:14:52 +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('files') ||
|
||||
key.includes('termsAndConditions') ||
|
||||
value === undefined
|
||||
value === undefined ||
|
||||
value === ''
|
||||
)
|
||||
)
|
||||
.map(([key, value]) => (
|
||||
|
Loading…
Reference in New Issue
Block a user