From ddf677cde3d2de963589c8022ac34d1339e18df7 Mon Sep 17 00:00:00 2001
From: Ayush Sharma <89914602+ayush3160@users.noreply.github.com>
Date: Thu, 16 Mar 2023 03:16:27 +0530
Subject: [PATCH] fix: Routing fixed for private apps in marketplace section
 (#28418)

---
 apps/meteor/client/views/marketplace/AppsList/AppRow.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/meteor/client/views/marketplace/AppsList/AppRow.tsx b/apps/meteor/client/views/marketplace/AppsList/AppRow.tsx
index f43710fdbfb..0a017665a4e 100644
--- a/apps/meteor/client/views/marketplace/AppsList/AppRow.tsx
+++ b/apps/meteor/client/views/marketplace/AppsList/AppRow.tsx
@@ -30,7 +30,7 @@ const AppRow = (props: App): ReactElement => {
 			router.push({
 				context,
 				page: 'info',
-				version: marketplaceVersion,
+				version: marketplaceVersion || version,
 				id,
 				tab: 'details',
 			});
-- 
GitLab