0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 19:02:40 +00:00

restore snippetBundle field somehow lost from /new and /home

This commit is contained in:
Trevor Buckner
2024-07-31 17:27:58 -04:00
parent 11f8809c5e
commit 915f9aafa8
2 changed files with 2 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ const HomePage = createClass({
onTextChange={this.handleTextChange}
renderer={this.state.brew.renderer}
showEditButtons={false}
snippetBundle={this.state.themeBundle.snippets}
/>
<BrewRenderer
text={this.state.brew.text}