0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 19:12:41 +00:00

use 'en' as default if no entry in input

This commit is contained in:
Gazook89
2022-10-23 22:33:22 -05:00
parent 0b5d9714c0
commit 8ca44653e9

View File

@@ -222,7 +222,7 @@ const BrewRenderer = createClass({
&& &&
<> <>
{this.renderStyle()} {this.renderStyle()}
<div className='pages' ref='pages' lang={`${this.props.lang}`}> <div className='pages' ref='pages' lang={`${this.props.lang || 'en'}`}>
{this.renderPages()} {this.renderPages()}
</div> </div>
</> </>