From 2d8bb9d3f7839ad08d74aa5755e84dfb7406db94 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 15 Mar 2016 09:16:28 -0700 Subject: [PATCH] fix(next/prev): Move buttons to correct column #1721 --- internal_packages/thread-list/lib/main.cjsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_packages/thread-list/lib/main.cjsx b/internal_packages/thread-list/lib/main.cjsx index b376fa41e..67b540bb2 100644 --- a/internal_packages/thread-list/lib/main.cjsx +++ b/internal_packages/thread-list/lib/main.cjsx @@ -30,11 +30,11 @@ module.exports = location: WorkspaceStore.Location.DraftList.Toolbar ComponentRegistry.register DownButton, - location: WorkspaceStore.Sheet.Thread.Toolbar.Right + location: WorkspaceStore.Location.MessageList.Toolbar modes: ['list'] ComponentRegistry.register UpButton, - location: WorkspaceStore.Sheet.Thread.Toolbar.Right + location: WorkspaceStore.Location.MessageList.Toolbar modes: ['list'] ComponentRegistry.register ThreadBulkArchiveButton,