mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
some fixes
This commit is contained in:
parent
3b535aadb8
commit
a0558efaab
@ -46,7 +46,7 @@ export function generateBaseQuery(
|
|||||||
filter: [
|
filter: [
|
||||||
...(baseQueryParams.filters || []),
|
...(baseQueryParams.filters || []),
|
||||||
getFilterTerm('chainId', baseQueryParams.chainIds),
|
getFilterTerm('chainId', baseQueryParams.chainIds),
|
||||||
// getFilterTerm('_index', 'aquarius'),
|
getFilterTerm('_index', 'aquarius'),
|
||||||
...(baseQueryParams.ignorePurgatory
|
...(baseQueryParams.ignorePurgatory
|
||||||
? []
|
? []
|
||||||
: [getFilterTerm('purgatory.state', false)])
|
: [getFilterTerm('purgatory.state', false)])
|
||||||
|
@ -11,7 +11,6 @@ export default function Blockies({
|
|||||||
}): ReactElement {
|
}): ReactElement {
|
||||||
if (!accountId) return null
|
if (!accountId) return null
|
||||||
|
|
||||||
// TODO: just put this back once finished
|
|
||||||
const blockies = toDataUrl(accountId)
|
const blockies = toDataUrl(accountId)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user