0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 19:42:43 +00:00

Differentiate between Edit and Share messages

This commit is contained in:
G.Ambatte
2024-04-20 13:57:33 +12:00
parent b4b4fbe375
commit 4c6953a4e0
2 changed files with 4 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ const EditPage = createClass({
<div className='content'>
{this.state.displayLockMessage ?
<LockNotification message={this.props.brew.lock.message} disableLock={()=>this.setState({ displayLockMessage: false })}/>
<LockNotification message={this.props.brew.lock.editMessage} disableLock={()=>this.setState({ displayLockMessage: false })}/>
:
<SplitPane onDragFinish={this.handleSplitMove} ref='pane'>
<Editor