From 8b96c7de370c9db9cafad3c974deb0b4106040b6 Mon Sep 17 00:00:00 2001 From: Zoe Steinkamp Date: Fri, 6 Dec 2019 11:10:47 -0700 Subject: [PATCH] fix(ui): update popover label --- .../inlineLabels/InlineLabelPopover.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/src/shared/components/inlineLabels/InlineLabelPopover.tsx b/ui/src/shared/components/inlineLabels/InlineLabelPopover.tsx index 537905a818..565acfe29e 100644 --- a/ui/src/shared/components/inlineLabels/InlineLabelPopover.tsx +++ b/ui/src/shared/components/inlineLabels/InlineLabelPopover.tsx @@ -43,7 +43,7 @@ interface Props { @ErrorHandling export default class InlineLabelPopover extends PureComponent { - private triggerRef: RefObject = createRef() + private triggerRef= createRef() public render() { const { @@ -60,13 +60,13 @@ export default class InlineLabelPopover extends PureComponent { return ( <> +
+ {/* ? */} - {/* */} - {/*
-
*/} { )} /> - {/*
*/} +
) }