From a975de22efca2302aa5302b5d0142aafd235a701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 12 Feb 2021 11:27:14 +0100 Subject: [PATCH] Fixed buggy tooltip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/components/views/elements/Pill.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/views/elements/Pill.js b/src/components/views/elements/Pill.js index 5b3189f389..68a87d40b9 100644 --- a/src/components/views/elements/Pill.js +++ b/src/components/views/elements/Pill.js @@ -290,6 +290,7 @@ class Pill extends React.Component { > { avatar } { linkText } + { tip } : { avatar } { linkText } + { tip } } - {tip} ; } else { // Deliberately render nothing if the URL isn't recognised