Merge pull request #4238 from urbit/mp/term/you-dropped-this

term: use 'this' in notificationscount
This commit is contained in:
matildepark 2021-01-07 13:52:25 -05:00 committed by GitHub
commit 7a41664ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ export default class TermApp extends Component {
return (
<>
<Helmet defer={false}>
<title>{ props.notificationsCount ? `(${String(this.props.notificationsCount) }) `: '' }Landscape</title>
<title>{ this.props.notificationsCount ? `(${String(this.props.notificationsCount) }) `: '' }Landscape</title>
</Helmet>
<Box
height='100%'