tek-wallet 0.0.798 → 0.0.799
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.
|
@@ -123,10 +123,17 @@ var AssetView = function (props) {
|
|
|
123
123
|
placeContent: "center",
|
|
124
124
|
columnSpan: 1,
|
|
125
125
|
}, children: (0, jsx_runtime_1.jsx)(FunctionItem_1.default, { icon: "IC_TRANSFER", label: "Transfer", sx: { width: "100%" } }) }) }, "send-internal"),
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
126
|
+
// <Link href={`${basePath || ""}/tek-wallet/swap`} key="swap">
|
|
127
|
+
// <ListItem
|
|
128
|
+
// component={ClickEffect}
|
|
129
|
+
// sx={{
|
|
130
|
+
// placeContent: "center",
|
|
131
|
+
// columnSpan: 1,
|
|
132
|
+
// }}
|
|
133
|
+
// >
|
|
134
|
+
// <FunctionItem icon={"IC_SWAP_FC"} label="Swap" sx={{ width: "100%" }} />
|
|
135
|
+
// </ListItem>
|
|
136
|
+
// </Link>,
|
|
130
137
|
] }), !hideActivitySectionInAssetView && ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: __assign(__assign({}, theme.mixins.column), { gap: theme.mixins.gaps.g12 }), children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
131
138
|
display: "flex",
|
|
132
139
|
gap: theme.mixins.gaps.g20,
|