Skip to content

Commit

Permalink
current_Ref_prop_passed (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Feb 6, 2025
2 parents 551c339 + c9fbbb4 commit 023e82f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/js/ReaderPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1440,8 +1440,7 @@ class ReaderControls extends Component {

let leftControls = hideHeader || connectionsHeader ? null :
(<div className="leftButtons">

{this.props.multiPanel ? (<CloseButton onClick={this.props.closePanel} />) : null}
{this.props.multiPanel ? (<NavigateBackButton currentRef={this.props.currentRef}/>) : null}
{this.props.multiPanel ? null : (<MenuButton onClick={this.props.openMobileNavMenu}/>)}
<div className='textStatus'>
{this.setTextCompletionStatus(status)}
Expand Down

0 comments on commit 023e82f

Please sign in to comment.