fix beta dot showing up when beta is disabled
parent
d2959e1acc
commit
042ca65806
|
@ -124,7 +124,7 @@ class GroupFilterPanel extends React.Component {
|
||||||
});
|
});
|
||||||
|
|
||||||
let betaDot;
|
let betaDot;
|
||||||
if (!SettingsStore.getValue("feature_spaces") && !localStorage.getItem("mx_seenSpacesBeta")) {
|
if (SettingsStore.getBetaInfo("feature_spaces") && !localStorage.getItem("mx_seenSpacesBeta")) {
|
||||||
betaDot = <div className="mx_BetaDot" />;
|
betaDot = <div className="mx_BetaDot" />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue