diff --git a/js/components/pinnedTabs.js b/js/components/pinnedTabs.js index b20a0a35ff5..6e3e4634b79 100644 --- a/js/components/pinnedTabs.js +++ b/js/components/pinnedTabs.js @@ -41,7 +41,7 @@ class PinnedTabs extends ImmutableComponent { const droppedOnFrameProps = windowStore.getFrame(droppedOnTab.props.tab.get('frameKey')) windowActions.moveTab(sourceDragData, droppedOnFrameProps, isLeftSide) if (!sourceDragData.get('pinnedLocation')) { - appActions.setPinned(sourceDragData.get('tabId'), true) + appActions.tabPinned(sourceDragData.get('tabId'), true) } else { appActions.moveSite(siteUtil.getDetailFromFrame(sourceDragData, siteTags.PINNED), siteUtil.getDetailFromFrame(droppedOnFrameProps, siteTags.PINNED),