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 ?