mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Fixing build issue
This commit is contained in:
parent
ee0f276fcd
commit
b2bc4516f1
@ -61,8 +61,8 @@ export default function Bookmarks(): ReactElement {
|
||||
try {
|
||||
const result = await getAssetsFromDids(
|
||||
bookmarks,
|
||||
chainIds,
|
||||
newCancelToken()
|
||||
newCancelToken(),
|
||||
chainIds
|
||||
)
|
||||
if (!result?.length) return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user