From 74b96501574933da9cf9a5749f3da6b91aa0ff91 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 29 Jun 2021 09:41:03 +0300 Subject: [PATCH] Removing interactive prop from catalog icons Signed-off-by: Alex Andreev --- src/renderer/components/+catalog/catalog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/renderer/components/+catalog/catalog.tsx b/src/renderer/components/+catalog/catalog.tsx index e0e4d1e5b8..76339e79a3 100644 --- a/src/renderer/components/+catalog/catalog.tsx +++ b/src/renderer/components/+catalog/catalog.tsx @@ -179,8 +179,6 @@ export class Catalog extends React.Component { 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} /> );