From 22712d3091ce7a9a7b540d5933edcdcaab2e4891 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 21 Mar 2022 10:27:19 +0000 Subject: [PATCH] fix ugly warning from nesting div tags in p tags (#8094) might make negligible spacing changes to text buttons in MemberInfo, but not enough that i could spot them. --- src/components/views/right_panel/UserInfo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/right_panel/UserInfo.tsx b/src/components/views/right_panel/UserInfo.tsx index c4e4e9b282..05f22c5cd6 100644 --- a/src/components/views/right_panel/UserInfo.tsx +++ b/src/components/views/right_panel/UserInfo.tsx @@ -1416,7 +1416,7 @@ const BasicUserInfo: React.FC<{ let editDevices; if (member.userId == cli.getUserId()) { - editDevices = (

+ editDevices = (

{ @@ -1428,7 +1428,7 @@ const BasicUserInfo: React.FC<{ > { _t("Edit devices") } -

); +
); } const securitySection = (