mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 19:05:48 +03:00
Merge pull request #4238 from urbit/mp/term/you-dropped-this
term: use 'this' in notificationscount
This commit is contained in:
commit
7a41664ba1
@ -47,7 +47,7 @@ export default class TermApp extends Component {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Helmet defer={false}>
|
<Helmet defer={false}>
|
||||||
<title>{ props.notificationsCount ? `(${String(this.props.notificationsCount) }) `: '' }Landscape</title>
|
<title>{ this.props.notificationsCount ? `(${String(this.props.notificationsCount) }) `: '' }Landscape</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<Box
|
<Box
|
||||||
height='100%'
|
height='100%'
|
||||||
|
Loading…
Reference in New Issue
Block a user