@ape.swap/bonds-sdk 1.0.63 → 1.0.65
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.
|
@@ -57,7 +57,6 @@ import getTimePeriods from '../../utils/getTimePeriods';
|
|
|
57
57
|
import { defaultTheme } from '../../theme';
|
|
58
58
|
import Svg from '../uikit/Svg';
|
|
59
59
|
import '../../scss/bonds.scss';
|
|
60
|
-
import { useNavigate } from 'react-router-dom';
|
|
61
60
|
var Bonds = function (_a) {
|
|
62
61
|
var connectionString = _a.connectionString;
|
|
63
62
|
var _b = useWeb3React(), account = _b.account, isActive = _b.isActive;
|
|
@@ -134,7 +133,6 @@ var Bonds = function (_a) {
|
|
|
134
133
|
return b.discount - a.discount;
|
|
135
134
|
}
|
|
136
135
|
});
|
|
137
|
-
var navigate = useNavigate();
|
|
138
136
|
var handleRowClick = function (billAddress) {
|
|
139
137
|
var url = "".concat(window.location.origin, "/bondsingle/").concat(billAddress);
|
|
140
138
|
window.open(url, '_blank');
|