fix for the build stage
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
e244299465
commit
3ad84a886e
@ -192,8 +192,8 @@ export const useLiveBonds = (chainId, chainName) => {
|
||||
inBaseToken: maxPayoutInBaseToken,
|
||||
inQuoteToken: maxPayoutInQuoteToken,
|
||||
},
|
||||
};
|
||||
}).sort((a, b) => (a.id > b.id ? -1 : 1)) || [];
|
||||
}
|
||||
}).sort((a, b) => (a.id > b.id ? -1 : 1)) : [];
|
||||
return { liveBonds, refetch };
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user