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
Merge pull request
#430
from ThibG/glitch-soc/features/bookmarks
Fix the bookmark column pinning fix…
closed-social-glitch-2
ThibG
6 years ago
committed by
GitHub
parent
84d0aa7b26
1aac83ef47
commit
21837b291e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/features/ui/components/columns_area.js
+ 1
- 1
app/javascript/flavours/glitch/features/ui/components/columns_area.js
View File
@ -25,7 +25,7 @@ const componentMap = {
'HASHTAG'
:
HashtagTimeline
,
'DIRECT'
:
DirectTimeline
,
'FAVOURITES'
:
FavouritedStatuses
,
'BOOKMARK
ED
'
:
BookmarkedStatuses
,
'BOOKMARK
S
'
:
BookmarkedStatuses
,
'LIST'
:
ListTimeline
,
}
;
Write
Preview
Loading…
Cancel
Save