This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix TabsBar update (
#2300
)
This change allows to update TabsBar according to route changes.
closed-social-glitch-2
Akihiko Odaki
7 years ago
committed by
Eugen
parent
7fea36d155
commit
5357329454
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/javascripts/components/features/ui/components/tabs_bar.jsx
+ 1
- 1
app/assets/javascripts/components/features/ui/components/tabs_bar.jsx
View File
@ -1,7 +1,7 @@
import
{
Link
}
from
'react-router'
;
import
{
FormattedMessage
}
from
'react-intl'
;
class
TabsBar
extends
React
.
Pure
Component
{
class
TabsBar
extends
React
.
Component
{
render
(
)
{
return
(
Write
Preview
Loading…
Cancel
Save