@ape.swap/bonds-sdk 1.0.491 → 1.0.492
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -273,7 +273,7 @@ var YourBonds = function (_a) {
|
|
|
273
273
|
var rowClick = function (bill) {
|
|
274
274
|
setSelectedBill(bill);
|
|
275
275
|
setIsModalOpen(true);
|
|
276
|
-
navigate("/
|
|
276
|
+
navigate("/yourBonds/?bondAddress=".concat(bill.address, "&bondChain=").concat(bill.bond.chainId), { replace: true });
|
|
277
277
|
};
|
|
278
278
|
// Search logic
|
|
279
279
|
var _k = useState(''), inputValue = _k[0], setInputValue = _k[1];
|