Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Submit Challenge / Request Appeal #503

Merged
merged 3 commits into from
Oct 8, 2018
Merged

Conversation

am9u
Copy link
Contributor

@am9u am9u commented Oct 8, 2018

No description provided.

Jon Ferrer added 2 commits October 8, 2018 16:49
- Redirect user to listing page after successful challenge / appeal
request
@am9u am9u requested a review from nickreynolds October 8, 2018 21:36
// Transactions
private challenge = async (): Promise<TwoStepEthTransaction<any>> => {
console.log("challenging");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

};

return <SubmitChallengeStatementComponent {...props} />;
}

private updateStatement = (key: string, value: any): void => {
const stateKey = `challengeStatement{key.charAt(0).toUpperCase()}${key.substring(1)}`;
const stateKey = `challengeStatement${key.charAt(0).toUpperCase()}${key.substring(1)}Value`;
console.log(stateKey);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too

@am9u am9u merged commit ed66555 into master Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants