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:
parent
3673edfe61
commit
a39858f13f
@ -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}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user