We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a1943 commit f563056Copy full SHA for f563056
src/elements/content-sidebar/SidebarPanels.js
@@ -627,7 +627,7 @@ class SidebarPanelsRouterDisabled extends React.Component<Props, State> {
627
(currentSidebar === SIDEBAR_VIEW_ACTIVITY || currentSidebar === SIDEBAR_VIEW_DETAILS) &&
628
activeFeedEntryType === FeedEntryType.VERSIONS)
629
{
630
- return SIDEBAR_VIEW_VERSIONS
+ return SIDEBAR_VIEW_VERSIONS;
631
}
632
633
// Determine default sidebar using the same logic as the router version
0 commit comments