test
This commit is contained in:
parent
dcb0a2c74b
commit
5114e003e5
@ -58,8 +58,6 @@ class NotificationsPage extends PureComponent {
|
||||
selectedFilter: PropTypes.string.isRequired,
|
||||
}
|
||||
|
||||
componentWill
|
||||
|
||||
UNSAFE_componentWillMount() {
|
||||
this.checkForQueryStringChange(this.context.router.route.location)
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ export const shortNumberFormat = (number) => {
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
<FormattedNumber value={number / 1000} maximumFractionDigits={1} />k
|
||||
<FormattedNumber value={number / 1000} maximumFractionDigits={1} />
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user