tek-wallet 0.0.727 → 0.0.728
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.
|
@@ -49,8 +49,9 @@ function WealthDeposit(props) {
|
|
|
49
49
|
var _a, _b;
|
|
50
50
|
var drawerRef = (0, react_1.useRef)(null);
|
|
51
51
|
var handleOnClose = function () {
|
|
52
|
-
var _a;
|
|
52
|
+
var _a, _b;
|
|
53
53
|
(_a = drawerRef.current) === null || _a === void 0 ? void 0 : _a.close();
|
|
54
|
+
(_b = props.onClose) === null || _b === void 0 ? void 0 : _b.call(props);
|
|
54
55
|
};
|
|
55
56
|
var close = function () {
|
|
56
57
|
var _a;
|