From c2fae82fa60f75023446a9b0940f437b4933d532 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Mon, 4 Apr 2022 14:19:46 -0400 Subject: [PATCH] fix key reference (#19519) --- superset-frontend/src/views/components/MenuRight.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/views/components/MenuRight.tsx b/superset-frontend/src/views/components/MenuRight.tsx index 6495b62912..4628a47e24 100644 --- a/superset-frontend/src/views/components/MenuRight.tsx +++ b/superset-frontend/src/views/components/MenuRight.tsx @@ -203,7 +203,7 @@ const RightMenu = ({ typeof item !== 'string' && item.name && item.perm ? ( {idx === 2 && } - + {item.url ? ( {item.label} ) : (