diy-template-components 0.0.64 → 0.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.
package/build/index.js CHANGED
@@ -1259,22 +1259,7 @@ function MobileHeader({
1259
1259
  rel: null
1260
1260
  });
1261
1261
  } else {
1262
- if (header?.appLink) {
1263
- downloadLink = /*#__PURE__*/React__default["default"].createElement(Button, {
1264
- data: {
1265
- link: header?.appLink,
1266
- isLink: 1,
1267
- value: 'Download App',
1268
- isExternal: 1
1269
- },
1270
- type: 'primary',
1271
- size: 'small',
1272
- target: 'blank',
1273
- rel: null
1274
- });
1275
- } else {
1276
- downloadLink = null;
1277
- }
1262
+ downloadLink = null;
1278
1263
  }
1279
1264
  } else {
1280
1265
  if (header?.appLink) {