@visns-studio/visns-components 2.0.2 → 2.0.3

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.
@@ -67,7 +67,7 @@ function GenericIndex({ setting, userProfile }) {
67
67
  <div className="grid">
68
68
  <div className="grid__row">
69
69
  {subnav && subnav.length > 0 ? (
70
- <>
70
+ <div className="grid__subrow">
71
71
  <div className="grid__subnav">
72
72
  <TableFilter
73
73
  filters={subnav}
@@ -86,7 +86,7 @@ function GenericIndex({ setting, userProfile }) {
86
86
  }
87
87
  />
88
88
  </div>
89
- </>
89
+ </div>
90
90
  ) : (
91
91
  <div className="grid__full">
92
92
  <Table
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^17.0.1"
41
41
  },
42
42
  "name": "@visns-studio/visns-components",
43
- "version": "2.0.2",
43
+ "version": "2.0.3",
44
44
  "description": "Various packages to assist in the development of our Custom Applications.",
45
45
  "main": "index.js",
46
46
  "scripts": {