jobdone-shared-files 1.1.0 → 1.1.1

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.
@@ -155,7 +155,7 @@ const checkValueIsUnselected = (checkValue) => {
155
155
  if(valueIsUnselected.value.includes(checkValue)){
156
156
  return true
157
157
  }
158
- if((typeof props.selectedData) === 'object' && checkValue !== null && Object.keys(props.selectedData).length === 0){
158
+ if((typeof checkValue) === 'object' && checkValue !== null && Object.keys(checkValue).length === 0){
159
159
  return true
160
160
  }
161
161
  return false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {