Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Feb 10, 2021
1 parent cd21646 commit 9041a42
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,10 @@ export const pagePathGetters: {
integrations: () => '/integrations',
integrations_all: () => '/integrations',
integrations_installed: () => '/integrations/installed',
integration_details_overview: ({ pkgkey }) =>
`/integrations/detail/${pkgkey}/overview`,
integration_details_policies: ({ pkgkey }) =>
`/integrations/detail/${pkgkey}/policies`,
integration_details_settings: ({ pkgkey }) =>
`/integrations/detail/${pkgkey}/settings`,
integration_details_custom: ({ pkgkey }) =>
`/integrations/detail/${pkgkey}/custom`,
integration_details_overview: ({ pkgkey }) => `/integrations/detail/${pkgkey}/overview`,
integration_details_policies: ({ pkgkey }) => `/integrations/detail/${pkgkey}/policies`,
integration_details_settings: ({ pkgkey }) => `/integrations/detail/${pkgkey}/settings`,
integration_details_custom: ({ pkgkey }) => `/integrations/detail/${pkgkey}/custom`,
integration_policy_edit: ({ packagePolicyId }) =>
`/integrations/edit-integration/${packagePolicyId}`,
policies: () => '/policies',
Expand Down

0 comments on commit 9041a42

Please sign in to comment.