1
0
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:
Alex Andreev 2021-06-09 09:14:53 +03:00
parent e16282e854
commit 7ba8cafe80
2 changed files with 1 additions and 4 deletions

View File

@ -44,6 +44,3 @@
display: flex;
height: 100%;
}
.extensionItem {
}

View File

@ -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>
);