@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/esm/index.js CHANGED
@@ -31590,7 +31590,7 @@ function DetailPage(props) {
31590
31590
  // ==============================|| RENDER SECTIONS ||============================== //
31591
31591
  const renderContent = () => {
31592
31592
  let displayed_sections = -1;
31593
- return (jsxs(Grid, { size: 12, container: true, direction: 'column', position: 'relative', pb: 2, children: [props.pageType == 'detail' && data.has_history && jsx(HistorialDrawer, { ...props.slotProps?.historial }), props.sections.map((section, index) => {
31593
+ return (jsxs(Grid, { size: 12, container: true, direction: 'column', position: 'relative', pb: 2, children: [props.pageType == 'detail' && data?.has_history && jsx(HistorialDrawer, { ...props.slotProps?.historial }), props.sections.map((section, index) => {
31594
31594
  if (!section.display)
31595
31595
  return null;
31596
31596
  if (typeof section.display == 'object') {