Only show spaces blue flashy dot if user is in 0 spaces
This commit is contained in:
parent
0414ea27b8
commit
4f0ae0a849
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ const CreateSpaceButton = ({
|
|||
};
|
||||
|
||||
let betaDot: JSX.Element;
|
||||
if (!localStorage.getItem("mx_seenSpaces")) {
|
||||
if (!localStorage.getItem("mx_seenSpaces") && !SpaceStore.instance.spacePanelSpaces.length) {
|
||||
betaDot = <div className="mx_BetaDot" />;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue