From 834d57c9eb14fff48f4444af198f0a10ab1b72a2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 5 Jul 2022 16:50:17 -0700 Subject: Remove link underline --- modern/src/common/components/PositionValue.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modern') diff --git a/modern/src/common/components/PositionValue.js b/modern/src/common/components/PositionValue.js index f80bc684..7255c888 100644 --- a/modern/src/common/components/PositionValue.js +++ b/modern/src/common/components/PositionValue.js @@ -65,14 +65,14 @@ const PositionValue = ({ position, property, attribute }) => { <> {formatValue(value)}    - {admin && (⚙)} + {admin && (⚙)} ); case 'address': return (); case 'network': if (value) { - return ({t('sharedInfoTitle')}); + return ({t('sharedInfoTitle')}); } return ''; default: -- cgit v1.2.3