dce-reactkit 3.6.6 → 3.6.7

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 CHANGED
@@ -1167,7 +1167,9 @@ const AppWrapper = (props) => {
1167
1167
  } },
1168
1168
  React__default["default"].createElement(ErrorBox, { title: (sessionHasExpired
1169
1169
  ? 'Session Expired'
1170
- : fatalErrorTitle), error: error, variant: errorBoxVariant, icon: freeSolidSvgIcons.faHourglassEnd })));
1170
+ : fatalErrorTitle), error: error, variant: errorBoxVariant, icon: (sessionHasExpired
1171
+ ? freeSolidSvgIcons.faHourglassEnd
1172
+ : undefined) })));
1171
1173
  }
1172
1174
  /* --------------- App -------------- */
1173
1175
  if (!body) {