mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing unused class
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e16282e854
commit
7ba8cafe80
@ -44,6 +44,3 @@
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.extensionItem {
|
||||
}
|
||||
@ -44,7 +44,7 @@ export const TopBar = observer(({ label, children, ...rest }: Props) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={styles.extensionItem} key={index}>
|
||||
<div key={index}>
|
||||
{registration.components.Item}
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user