Comment out subscriptions dropdown option so we can deploy without exposing to users

This commit is contained in:
Jackson Harper 2022-04-22 12:08:41 -07:00
parent fdd2d95164
commit 51c3c5506c

View file

@ -76,10 +76,10 @@ export function DropdownMenu(props: DropdownMenuProps): JSX.Element {
onSelect={() => props.actionHandler('navigate-to-labels')}
title="Labels"
/>
<DropdownOption
{/* <DropdownOption
onSelect={() => props.actionHandler('navigate-to-subscriptions')}
title="Subscriptions"
/>
/> */}
<DropdownOption
onSelect={() => window.Intercom('show')}
title="Feedback"