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

Removing interactive prop from catalog icons

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-06-29 09:41:03 +03:00
parent d07410b78e
commit 74b9650157

View File

@ -179,8 +179,6 @@ export class Catalog extends React.Component<Props> {
src={item.entity.spec.icon?.src}
material={item.entity.spec.icon?.material}
background={item.entity.spec.icon?.background}
onClick={() => this.onDetails(item)}
interactive={false}
size={24}
/>
);