mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 15:42:39 +00:00
remove unused ref attributes
from editPage, homePage, newPage, and printPage, as well as splitPane. The refs were declared, but never used.
This commit is contained in:
@@ -390,7 +390,7 @@ const EditPage = createClass({
|
||||
{this.renderNavbar()}
|
||||
|
||||
<div className='content'>
|
||||
<SplitPane onDragFinish={this.handleSplitMove} ref='pane'>
|
||||
<SplitPane onDragFinish={this.handleSplitMove}>
|
||||
<Editor
|
||||
ref='editor'
|
||||
brew={this.state.brew}
|
||||
|
||||
Reference in New Issue
Block a user