about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/ui/components/columns_area.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-04-17 11:24:07 +0200
committerThibaut Girka <thib@sitedethib.com>2018-04-17 11:24:07 +0200
commit1aac83ef4786beb048e1797e7b9aeceacd49d2f5 (patch)
tree5c57898eaa5b7c73e1a0952a0252c914002ae3fb /app/javascript/flavours/glitch/features/ui/components/columns_area.js
parent54f5170f591e08bfab89ed77def7fd388a0f552f (diff)
Fix the bookmark column pinning fix…
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui/components/columns_area.js')
-rw-r--r--app/javascript/flavours/glitch/features/ui/components/columns_area.js2
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,
 };