summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/integrations/components/abstract_incoming_webhook.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/integrations/components/abstract_incoming_webhook.jsx b/webapp/components/integrations/components/abstract_incoming_webhook.jsx
index 04322d77e..eda545bb1 100644
--- a/webapp/components/integrations/components/abstract_incoming_webhook.jsx
+++ b/webapp/components/integrations/components/abstract_incoming_webhook.jsx
@@ -215,7 +215,7 @@ export default class AbstractIncomingWebhook extends React.Component {
/>
<Link
className='btn btn-sm'
- to={`'/${this.props.team.name}/integrations/incoming_webhooks`}
+ to={`/${this.props.team.name}/integrations/incoming_webhooks`}
>
<FormattedMessage
id='add_incoming_webhook.cancel'