refactor: pass disabled to LumeDashboard
This commit is contained in:
parent
a33e3b220c
commit
85be2440d2
|
@ -24,7 +24,7 @@ export default function () {
|
|||
</LumeIdentityTrigger>
|
||||
</LumeIdentity>
|
||||
)}
|
||||
{isLoggedIn && <LumeDashboard />}
|
||||
{isLoggedIn && <LumeDashboard disabled={!ready} />}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue