Adding 'roller' stats.

This commit is contained in:
2020-04-26 11:29:21 -07:00
parent d6692bc64d
commit 250fdb9ca7
2 changed files with 60 additions and 34 deletions

View File

@@ -2105,6 +2105,8 @@ class BoardApp extends React.Component {
<p>{alert.contents.stats.back}</p>
<p>{alert.contents.stats.taxPerson}</p>
<p>{alert.contents.stats.emergency}</p>
<p>{alert.contents.stats.highRoller}</p>
<p>{alert.contents.stats.lowRoller}</p>
</Fragment>
</AlertOverlay>
);