From dc8132fdb2164a582422a9d78c7d6be8e64ec425 Mon Sep 17 00:00:00 2001 From: k3yi0 Date: Tue, 14 Jun 2022 16:00:08 +0200 Subject: [PATCH] chore(ui): eslint --- ui/src/shared/components/Tags.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/src/shared/components/Tags.tsx b/ui/src/shared/components/Tags.tsx index b63368371..9db5a5fe8 100644 --- a/ui/src/shared/components/Tags.tsx +++ b/ui/src/shared/components/Tags.tsx @@ -60,7 +60,11 @@ class Tag extends PureComponent { public render() { const {item, confirmText, testId} = this.props return ( - + {item.text || item.name || item}