@huma-finance/widgets 0.0.62-beta.715 → 0.0.62-beta.716
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.
package/dist/cjs/index.cjs
CHANGED
|
@@ -8970,7 +8970,7 @@ function Success(_ref) {
|
|
|
8970
8970
|
var _poolState$withdrawal;
|
|
8971
8971
|
const lockupEndTime = dayjs__default["default"]().add((_poolState$withdrawal = poolState.withdrawalLockupPeriodDays) !== null && _poolState$withdrawal !== void 0 ? _poolState$withdrawal : 0, 'day').date(1);
|
|
8972
8972
|
const withdrawTime = lockupEndTime.add(1, 'month');
|
|
8973
|
-
return ["
|
|
8973
|
+
return ["Redemption request will be automatically submitted on ".concat(shared.timeUtil.timestampToLL(lockupEndTime.unix()), ". Your deposit can be redeemed and yield rewards will stop on ").concat(shared.timeUtil.timestampToLL(withdrawTime.unix()), ".")];
|
|
8974
8974
|
};
|
|
8975
8975
|
const handleUserAction = React.useCallback(() => {
|
|
8976
8976
|
if (campaign) {
|