@acvl/frontend-components 0.0.10 → 0.0.11
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -31610,7 +31610,7 @@ function DetailPage(props) {
|
|
|
31610
31610
|
// ==============================|| RENDER SECTIONS ||============================== //
|
|
31611
31611
|
const renderContent = () => {
|
|
31612
31612
|
let displayed_sections = -1;
|
|
31613
|
-
return (jsxRuntime.jsxs(material.Grid, { size: 12, container: true, direction: 'column', position: 'relative', pb: 2, children: [props.pageType == 'detail' && data
|
|
31613
|
+
return (jsxRuntime.jsxs(material.Grid, { size: 12, container: true, direction: 'column', position: 'relative', pb: 2, children: [props.pageType == 'detail' && data?.has_history && jsxRuntime.jsx(HistorialDrawer, { ...props.slotProps?.historial }), props.sections.map((section, index) => {
|
|
31614
31614
|
if (!section.display)
|
|
31615
31615
|
return null;
|
|
31616
31616
|
if (typeof section.display == 'object') {
|