From a1aa270cfd5b5b8f5aa86a678bb5eb3a4249b21b Mon Sep 17 00:00:00 2001 From: Fernando Porazzi Date: Fri, 6 May 2022 10:23:53 +0200 Subject: [PATCH] Remove duplicated tooltip The Tooltip component does not allow another Tooltip component as child. --- frontend/src/components/BottomBar.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js index 7ce53c5a..ab49528f 100644 --- a/frontend/src/components/BottomBar.js +++ b/frontend/src/components/BottomBar.js @@ -354,7 +354,7 @@ class BottomBar extends Component { - + {
0 ? true: false} title={t("You can claim satoshis!")}> - 0 & !this.state.profileShown & this.props.avatarLoaded) ? true: false} - title={t("You have an active order")}> 0 & !this.state.profileShown) ? "": null} color="primary"> { -
@@ -720,8 +717,6 @@ bottomBarPhone =()=>{
0 ? true: false} title={t("You can claim satoshis!")}> - 0 & !this.state.profileShown & this.props.avatarLoaded) ? true: false} - title={t("You have an active order")}> 0 & !this.state.profileShown) ? "": null} color="primary"> { -