0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 03:42:43 +00:00

Formatting cleanup

This commit is contained in:
David Bolack
2025-01-08 09:28:37 -06:00
parent 6eb938bb37
commit 2d47cd2a76

View File

@@ -265,7 +265,7 @@ const MetadataEditor = createClass({
<label>theme</label>
{!this.state.showThemeWritein?dropdown:''}
<button className='display writeIn' onClick={this.toggleThemeWritein}>
{`${this.state.showThemeWritein ? 'Theme List' : 'Use Brew Theme' }`}
{`${this.state.showThemeWritein ? 'Theme List' : 'Use Brew Theme'}`}
</button>
{this.renderThemeWritein()}
</div>;