forked from github/plane
chore: unwanted loader (#4485)
This commit is contained in:
parent
26188f208b
commit
0c04c3dc14
@ -67,7 +67,7 @@ export const WorkspaceDashboardView = observer(() => {
|
|||||||
<TourRoot onComplete={handleTourCompleted} />
|
<TourRoot onComplete={handleTourCompleted} />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{homeDashboardId && joinedProjectIds ? (
|
{homeDashboardId && joinedProjectIds && (
|
||||||
<>
|
<>
|
||||||
{joinedProjectIds.length > 0 ? (
|
{joinedProjectIds.length > 0 ? (
|
||||||
<>
|
<>
|
||||||
@ -95,10 +95,6 @@ export const WorkspaceDashboardView = observer(() => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
) : (
|
|
||||||
<div className="grid h-full w-full place-items-center">
|
|
||||||
<LogoSpinner />
|
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user