From 4b0916a214c89e61fdb77bee0afb652f9208f095 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Sun, 4 Dec 2022 21:24:19 +0100 Subject: [PATCH] fix(AppRow): use app key for links instead of name --- packages/web/src/components/AppRow/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/src/components/AppRow/index.tsx b/packages/web/src/components/AppRow/index.tsx index f059c6cc..0ac728d1 100644 --- a/packages/web/src/components/AppRow/index.tsx +++ b/packages/web/src/components/AppRow/index.tsx @@ -25,11 +25,11 @@ const countTranslation = (value: React.ReactNode) => ( function AppRow(props: AppRowProps): React.ReactElement { const formatMessage = useFormatMessage(); - const { name, primaryColor, iconUrl, connectionCount, flowCount } = + const { name, key, primaryColor, iconUrl, connectionCount, flowCount } = props.application; return ( - +