From 78f0de0a22f6a6db7e69df78bea9c2f3328f166e Mon Sep 17 00:00:00 2001 From: Patryk Andrzejewski Date: Thu, 2 Mar 2023 12:41:32 +0100 Subject: [PATCH] Disable inactive apps (#3254) --- .../components/InstalledAppListRow/InstalledAppListRow.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx b/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx index a5336a180..067e9cea2 100644 --- a/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx +++ b/src/new-apps/components/InstalledAppListRow/InstalledAppListRow.tsx @@ -34,6 +34,7 @@ export const InstalledAppListRow: React.FC = props => { state={{ from: location.pathname }} className={sprinkles({ display: "contents" })} inline={false} + disabled={!!app.isActive} > = props => { justifyContent="space-between" flexDirection="row" flexWrap="wrap" + backgroundColor={!app.isActive ? "surfaceNeutralSubdued" : undefined} >