@addsign/moje-agenda-shared-lib 2.0.44 → 2.0.45

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.
@@ -22345,7 +22345,7 @@ function DataTableServer({
22345
22345
  "td",
22346
22346
  {
22347
22347
  onClick: rowAction ? () => rowAction(item) : void 0,
22348
- className: `px-3 py-2text-gray-700 ${rowAction ? "cursor-pointer" : ""} ${colIndex === 0 ? "font-medium " : ""} ${classes || ""}`,
22348
+ className: `px-3 py-2 text-gray-700 ${rowAction ? "cursor-pointer" : ""} ${colIndex === 0 ? "font-medium " : ""} ${classes || ""}`,
22349
22349
  children: [
22350
22350
  render ? render(item) : "",
22351
22351
  actions && actions.filter((it) => {