Fix, incorrect getOauthState call for commands install
This commit is contained in:
@ -13,7 +13,7 @@ type Props = {
|
||||
|
||||
function SlackAuthLink({ auth, children, scopes, redirectUri }: Props) {
|
||||
return (
|
||||
<a href={slackAuth(this.props.auth.getOauthState(), scopes, redirectUri)}>
|
||||
<a href={slackAuth(auth.getOauthState(), scopes, redirectUri)}>
|
||||
{children}
|
||||
</a>
|
||||
);
|
||||
|
Reference in New Issue
Block a user