diff options
author | ThibG <thib@sitedethib.com> | 2018-04-17 11:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 11:46:31 +0200 |
commit | 21837b291ef24b75e618974925799e666353dcca (patch) | |
tree | 19272b82402c45ac8f41c41a03c400c245c1e077 /app/javascript/flavours/glitch/features/ui | |
parent | 84d0aa7b26b5bd7d088fabf30d4085c1e237be5c (diff) | |
parent | 1aac83ef4786beb048e1797e7b9aeceacd49d2f5 (diff) |
Merge pull request #430 from ThibG/glitch-soc/features/bookmarks
Fix the bookmark column pinning fix…
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui')
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/components/columns_area.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/components/columns_area.js b/app/javascript/flavours/glitch/features/ui/components/columns_area.js index 21953ada3..ee71e514a 100644 --- a/app/javascript/flavours/glitch/features/ui/components/columns_area.js +++ b/app/javascript/flavours/glitch/features/ui/components/columns_area.js @@ -25,7 +25,7 @@ const componentMap = { 'HASHTAG': HashtagTimeline, 'DIRECT': DirectTimeline, 'FAVOURITES': FavouritedStatuses, - 'BOOKMARKED': BookmarkedStatuses, + 'BOOKMARKS': BookmarkedStatuses, 'LIST': ListTimeline, }; |