Merge pull request #947 from omnivore-app/fix/re-enable-api-keys

Re-enable the API keys in the dropdown menu
This commit is contained in:
Jackson Harper
2022-07-11 18:10:12 -07:00
committed by GitHub

View File

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