From e19283b396d966a2e29e7f93f82746e251fd79c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 24 Jun 2021 19:55:42 +0200 Subject: [PATCH] Get rid of flex console warning for IconLink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/two-pots-joke.md | 5 +++++ plugins/catalog/src/components/EntityLinksCard/IconLink.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/two-pots-joke.md diff --git a/.changeset/two-pots-joke.md b/.changeset/two-pots-joke.md new file mode 100644 index 0000000000..7a97777524 --- /dev/null +++ b/.changeset/two-pots-joke.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Get rid of flex console warning for IconLink diff --git a/plugins/catalog/src/components/EntityLinksCard/IconLink.tsx b/plugins/catalog/src/components/EntityLinksCard/IconLink.tsx index b114268e2e..9a0302a64e 100644 --- a/plugins/catalog/src/components/EntityLinksCard/IconLink.tsx +++ b/plugins/catalog/src/components/EntityLinksCard/IconLink.tsx @@ -50,7 +50,7 @@ export const IconLink = ({ {Icon ? : } - + {text || href}