You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Survey/Survey.vue
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -251,14 +251,6 @@
251
251
let exportVal = val;
252
252
let usedList = [];
253
253
let isAboutUrl = itemUrl;
254
-
// eslint-disable-next-line no-prototype-builtins
255
-
if (_.isObject(val) &&!_.isArray(val) &&!val.hasOwnProperty('unitCode') &&!(val instanceofBlob)) { // to find sub-activities; condition might need to be changed
0 commit comments