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
commit 18239de2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"