From 4f62fc16bdeeb0002b3610b052b87027e762fe78 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 30 Jan 2020 16:19:04 +0000 Subject: [PATCH] lint --- src/components/views/right_panel/UserInfo.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/views/right_panel/UserInfo.js b/src/components/views/right_panel/UserInfo.js index 1c6cb58b8f..cc84ad451f 100644 --- a/src/components/views/right_panel/UserInfo.js +++ b/src/components/views/right_panel/UserInfo.js @@ -255,11 +255,15 @@ function DevicesSection({devices, userId, loading}) { let expandButton; if (expandSectionDevices.length) { if (isExpanded) { - expandButton = ( setExpanded(false)}> + expandButton = ( setExpanded(false)} + >
{expandHideCaption}
); } else { - expandButton = ( setExpanded(true)}> + expandButton = ( setExpanded(true)} + >
{expandCountCaption}
);