Additional shrinkage

This commit is contained in:
John Lyon-Smith
2018-03-07 11:23:34 -08:00
parent 9adca547f7
commit b1c72040c9
10 changed files with 57 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ export class Home extends Component {
this.props.onChangeTitle('Home')
}
componentDidUnmount() {
componentWillUnmount() {
this.props.onChangeTitle('')
}