Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Dec 4, 2024
2 parents b70394d + 7578701 commit 4c4ec05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Modules/ModuleItemList/ModuleItemList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ const ItemList = ({
]
const { slugOverview, plural } = model?.defaults || {}

if (!model) return null

return (
<ModuleItem
key={object.UUID}
Expand Down

0 comments on commit 4c4ec05

Please sign in to comment.