New assets, fixed list box scrolling, header text, etc..

This commit is contained in:
John Lyon-Smith
2018-03-05 15:18:08 -08:00
parent eaf26343b8
commit 535fffaf41
33 changed files with 354 additions and 231 deletions

View File

@@ -20,13 +20,13 @@ export default class BoundEmailIcon extends React.Component {
}
render() {
// const { value } = this.state
const { value } = this.state
return (
<div>
<Text>&nbsp;</Text>
<br />
<Icon name='mail' size={30} margin={0} />
<Icon name={value ? 'confirmed' : 'warning'} size={30} margin={0} />
</div>
)
}