1
0
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:
Jamie Hewitt 2022-12-08 17:09:50 +03:00
parent ee0f276fcd
commit b2bc4516f1

View File

@ -61,8 +61,8 @@ export default function Bookmarks(): ReactElement {
try { try {
const result = await getAssetsFromDids( const result = await getAssetsFromDids(
bookmarks, bookmarks,
chainIds, newCancelToken(),
newCancelToken() chainIds
) )
if (!result?.length) return if (!result?.length) return