We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3d19f commit 479099eCopy full SHA for 479099e
web-marketplace/src/legacy-pages/Dashboard/Dashboard.tsx
@@ -389,7 +389,11 @@ export const Dashboard = () => {
389
!targetCreditBatchesLoading) ||
390
(section === 'credit-classes' &&
391
!targetHasCreditClasses &&
392
- !targetCreditClassesLoading);
+ !targetCreditClassesLoading) ||
393
+ (section === 'sell-orders' &&
394
+ !targetIsOrg &&
395
+ !hasOrders &&
396
+ !ordersLoading);
397
398
if (shouldFallback) return `${toBase}/portfolio`;
399
0 commit comments