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

Strip out blank results for facilitator specific results #22915

Merged
merged 1 commit into from Jun 6, 2018

Conversation

mehalshah
Copy link
Contributor

@mehalshah mehalshah commented Jun 6, 2018

@mehalshah mehalshah requested a review from aoby June 6, 2018 00:27
@@ -114,7 +115,7 @@ export default class Results extends React.Component {
{
this.state.facilitatorIds.map((id, j) => (
<td key={j}>
{this.props.thisWorkshop[session]['facilitator'][question_key][id]}
{he.decode(this.props.thisWorkshop[session]['facilitator'][question_key][id])}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this related to stripping out blank results?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tanyaparker tanyaparker merged commit 453734a into staging Jun 6, 2018
@tanyaparker tanyaparker deleted the two_bug_fixes_for_survey_results branch June 6, 2018 04:55
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

3 participants