Skip to content

Commit f563056

Browse files
feat(router): Fix after review and fixed Flow errors
1 parent 24a1943 commit f563056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/content-sidebar/SidebarPanels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class SidebarPanelsRouterDisabled extends React.Component<Props, State> {
627627
(currentSidebar === SIDEBAR_VIEW_ACTIVITY || currentSidebar === SIDEBAR_VIEW_DETAILS) &&
628628
activeFeedEntryType === FeedEntryType.VERSIONS)
629629
{
630-
return SIDEBAR_VIEW_VERSIONS
630+
return SIDEBAR_VIEW_VERSIONS;
631631
}
632632

633633
// Determine default sidebar using the same logic as the router version

0 commit comments

Comments
 (0)