0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Dropping the JSON chunk in there

This commit is contained in:
Scott Tolksdorf
2015-11-14 18:31:47 -05:00
parent 3b16e16958
commit 4ddc4dcf52

View File

@@ -145,7 +145,11 @@ var NaturalCrit = React.createClass({
<button className='rollInitiative' onClick={this.addRandomPC}> rollInitiative</button>
Project Ready!
{cards}
<pre>
{JSON.stringify(MonsterManual, null, ' ')}</pre>
</div>
);
}