From cf0c755e4de14ce03b2b0457935d6ce7c0cfca2a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 22 Nov 2017 00:28:08 -0800 Subject: [PATCH] Fix, incorrect getOauthState call for commands install --- app/components/SlackAuthLink/SlackAuthLink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/SlackAuthLink/SlackAuthLink.js b/app/components/SlackAuthLink/SlackAuthLink.js index d6f1e1dc..d4f8c164 100644 --- a/app/components/SlackAuthLink/SlackAuthLink.js +++ b/app/components/SlackAuthLink/SlackAuthLink.js @@ -13,7 +13,7 @@ type Props = { function SlackAuthLink({ auth, children, scopes, redirectUri }: Props) { return ( - + {children} );