@symbo.ls/preview 0.0.84 → 0.0.85

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
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/preview",
3
3
  "description": "",
4
4
  "author": "",
5
- "version": "0.0.84",
5
+ "version": "0.0.85",
6
6
  "repository": "https://github.com/rackai/editor",
7
7
  "main": "src/index.js",
8
8
  "scripts": {
@@ -28,7 +28,7 @@ const ButtonInDropdown = {
28
28
  const keyLength = Object.keys(activeProperty).length
29
29
  const iconKey = diffIconTypes(propValue, directionValue)
30
30
 
31
- const active = table.props[propValue] === row?.key
31
+ const active = table.props[propValue] === row && row.key
32
32
 
33
33
  const gridArea = keyLength > 3 && diffPropPosition(propValue, directionValue)
34
34