0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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()}
<div className='pages' ref='pages' lang={`${this.props.lang}`}>
<div className='pages' ref='pages' lang={`${this.props.lang || 'en'}`}>
{this.renderPages()}
</div>
</>