ywana-core8 0.0.307 → 0.0.308

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": "ywana-core8",
3
- "version": "0.0.307",
3
+ "version": "0.0.308",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -144,7 +144,7 @@ export const TablePage = (props) => {
144
144
  </menu>
145
145
  ) : null }
146
146
  <main key={id} className="table-page">
147
- {children ? <article></article> : null}
147
+ {children ? <article>{children}</article> : null}
148
148
  <TableEditor icon={icon} title={name} schema={schema} delay={delay} editable={editable} groupBy={groupBy} filter={tableFilter} actions={tableActions} canDelete={canDelete} />
149
149
  </main>
150
150
  {renderAside()}