From 564d7b8b97f2625a1b3a1a9eaa16086cd06c7901 Mon Sep 17 00:00:00 2001 From: CPatchane Date: Tue, 7 Nov 2017 17:53:14 +0100 Subject: [PATCH] fix: use data-tutorial attribute for buttons targeted by app tutorials :art: --- src/components/Bar.jsx | 15 +++++------ src/components/Nav.jsx | 2 ++ src/components/SearchBar.jsx | 52 ++++++++++++++++++------------------ src/index.jsx | 5 ++-- 4 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/components/Bar.jsx b/src/components/Bar.jsx index a1811db5a..84b4f06b2 100644 --- a/src/components/Bar.jsx +++ b/src/components/Bar.jsx @@ -94,15 +94,15 @@ class Bar extends Component { renderLeft () { const { t } = this.props - return } - renderRight() { + renderRight () { const { usageTracker, claudyOpened, - enableClaudy, fireClaudy, onDrawer, displayOnMobile, isPublic } = this.props - const { drawerVisible } = this.state + enableClaudy, fireClaudy, displayOnMobile, isPublic } = this.props return (__TARGET__ !== 'mobile' || displayOnMobile) && !isPublic ?