Reorder Dashboard
This commit is contained in:
parent
30b92ba9d4
commit
fcf4f2ba55
1 changed files with 1 additions and 1 deletions
|
|
@ -68,9 +68,9 @@ export const Dashboard: React.FC = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
{timeline.length > 0 ? <TimelineList timeline={timeline} /> : null}
|
||||||
<OrderSets orderSets={orderSets} username={username} />
|
<OrderSets orderSets={orderSets} username={username} />
|
||||||
{subs.length > 0 ? <SubsList subs={subs} /> : null}
|
{subs.length > 0 ? <SubsList subs={subs} /> : null}
|
||||||
{timeline.length > 0 ? <TimelineList timeline={timeline} /> : null}
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue