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

Fix the bookmark column pinning fix…
lolsob-rspec
ThibG 2018-04-17 11:46:31 +02:00 committed by GitHub
commit ccb708e614
1 changed files with 1 additions and 1 deletions

View File

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