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

Fix the bookmark column pinning fix…
This commit is contained in:
ThibG 2018-04-17 11:46:31 +02:00 committed by GitHub
commit 21837b291e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
};