Merge pull request #430 from ThibG/glitch-soc/features/bookmarks

Fix the bookmark column pinning fix…
main
ThibG 7 years ago committed by GitHub
commit 21837b291e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ const componentMap = {
'HASHTAG': HashtagTimeline,
'DIRECT': DirectTimeline,
'FAVOURITES': FavouritedStatuses,
'BOOKMARKED': BookmarkedStatuses,
'BOOKMARKS': BookmarkedStatuses,
'LIST': ListTimeline,
};

Loading…
Cancel
Save