From cbf886b70a541206e5a3237e45b93b62b53c1c4d Mon Sep 17 00:00:00 2001 From: Marcos Iglesias Date: Mon, 30 Jan 2023 12:16:12 -0800 Subject: [PATCH] fix: rendering of bullet on the Features page Signed-off-by: Marcos Iglesias --- .../amundsen_application/static/js/pages/FeaturePage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/amundsen_application/static/js/pages/FeaturePage/index.tsx b/frontend/amundsen_application/static/js/pages/FeaturePage/index.tsx index c117529df5..ec984a9ac3 100644 --- a/frontend/amundsen_application/static/js/pages/FeaturePage/index.tsx +++ b/frontend/amundsen_application/static/js/pages/FeaturePage/index.tsx @@ -284,7 +284,7 @@ export const FeaturePage: React.FC = ({

{getDisplayNameByResource(ResourceType.feature)} - {sourcesWithDisplay.length > 0 && '• '} + {sourcesWithDisplay.length > 0 && <> • } {sourcesWithDisplay.join(', ')} {feature.badges.length > 0 && }