Skip to content

Commit

Permalink
[desk-tool] Fix an issue where the version menu wasn't showing on nar…
Browse files Browse the repository at this point in the history
…row devices
  • Loading branch information
saasen authored and rexxars committed Oct 6, 2020
1 parent d5191c0 commit 1cdf398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function DocumentPanelHeader(props: DocumentPanelHeaderProps) {
}, [])

const showTabs = views.length > 1
const showVersionMenu = features.reviewChanges
const showVersionMenu = features.reviewChanges || views.length === 1
const menuOpen = isTimelineOpen && timelineMode === 'rev'

return (
Expand Down

0 comments on commit 1cdf398

Please sign in to comment.