n20-common-lib 2.4.0-1replenish → 2.4.0-2replenish

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.4.0-1replenish",
3
+ "version": "2.4.0-2replenish",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -253,7 +253,7 @@ export default {
253
253
  let defaultList = this.filterLT.filter((col) => col.isDefault)
254
254
  this.remoteList = defaultList.length ? defaultList : this.filterLT.slice(0, this.defaultShow)
255
255
  }
256
- this.showPop = flag || true
256
+ this.showPop = flag ?? true
257
257
  })
258
258
  },
259
259
  setRemoteChange(list) {