1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Moved optional components back

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-12-03 06:29:10 +03:00
parent 3673edfe61
commit a39858f13f

View File

@ -59,8 +59,8 @@ export class BottomBar extends React.Component {
return (
<div
className={cssNames(styles.item, {
[styles.onLeft]: registration.components.position == "left",
[styles.onRight]: registration.components.position != "left",
[styles.onLeft]: registration.components?.position == "left",
[styles.onRight]: registration.components?.position != "left",
})}
key={index}
>