Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix forking nav from recent perf refactor
Browse files Browse the repository at this point in the history
Fix #2886

Auditors: @diracdeltas
  • Loading branch information
bbondy committed Aug 2, 2016
1 parent 1b88966 commit 48efe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
Expand Down

1 comment on commit 48efe5e

@diracdeltas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.