We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01956c5 commit 3498f2dCopy full SHA for 3498f2d
app/[locale]/dashboard/[entityType]/page.tsx
@@ -90,7 +90,7 @@ const Page = () => {
90
]}
91
/>
92
<div className="m-auto flex w-11/12 flex-col">
93
- {allEntityDetails?.organizations?.length === 0 ? (
+ {allEntityDetails?.organizations.length < 0 ? (
94
<LoadingPage />
95
) : (
96
<div className="container mb-40 ">
0 commit comments