From 48efe5eed7706d59802c0a92dedd84bf081dc735 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Tue, 2 Aug 2016 16:11:21 -0400 Subject: [PATCH] Fix forking nav from recent perf refactor Fix #2886 Auditors: @diracdeltas --- js/components/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/main.js b/js/components/main.js index 52291a6ab4b..8cf4c02a15f 100644 --- a/js/components/main.js +++ b/js/components/main.js @@ -892,7 +892,7 @@ class Main extends ImmutableComponent { isPrivate={frame.get('isPrivate')} partitionNumber={frame.get('partitionNumber')} activeShortcut={frame.get('activeShortcut')} - activeShortcutDetail={frame.get('activeShortcutDetail')} + activeShortcutDetails={frame.get('activeShortcutDetails')} provisionalLocation={frame.get('provisionalLocation')} pinnedLocation={frame.get('pinnedLocation')} src={frame.get('src')}