mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix TabsBar update (#2300)
This change allows to update TabsBar according to route changes.
This commit is contained in:
parent
7fea36d155
commit
5357329454
@ -1,7 +1,7 @@
|
||||
import { Link } from 'react-router';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
|
||||
class TabsBar extends React.PureComponent {
|
||||
class TabsBar extends React.Component {
|
||||
|
||||
render () {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user