@fonixtree/magic-design 0.1.38 → 0.1.39

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.
@@ -227,7 +227,7 @@ function (_super) {
227
227
  _a = _b.sent(), res = _a[0], isFollow = _a[1];
228
228
  this.setState({
229
229
  storeInfo: res,
230
- isFollow: isFollow
230
+ isFollow: isFollow == 'Y'
231
231
  });
232
232
  _b.label = 2;
233
233
 
@@ -229,7 +229,7 @@ function (_super) {
229
229
  _a = _b.sent(), res = _a[0], isFollow = _a[1];
230
230
  this.setState({
231
231
  storeInfo: res,
232
- isFollow: isFollow
232
+ isFollow: isFollow == 'Y'
233
233
  });
234
234
  _b.label = 2;
235
235
 
@@ -227,7 +227,7 @@ function (_super) {
227
227
  _a = _b.sent(), res = _a[0], isFollow = _a[1];
228
228
  this.setState({
229
229
  storeInfo: res,
230
- isFollow: isFollow
230
+ isFollow: isFollow == 'Y'
231
231
  });
232
232
  _b.label = 2;
233
233
 
@@ -229,7 +229,7 @@ function (_super) {
229
229
  _a = _b.sent(), res = _a[0], isFollow = _a[1];
230
230
  this.setState({
231
231
  storeInfo: res,
232
- isFollow: isFollow
232
+ isFollow: isFollow == 'Y'
233
233
  });
234
234
  _b.label = 2;
235
235
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.1.38",
4
+ "version": "0.1.39",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",