Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow committed Dec 12, 2017
1 parent 3dfa5e1 commit 5356287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Assessment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export default class Assessment extends React.Component<IBaseProps, AssessmentSt
<p style={{"text-align": "right"}}>Version {this.state.certification.version}</p>
<h1>{this.state.certification.name}</h1>
<QuestionSelectionList questions={this.state.certification.questions} onSelectionChange={this.onSelectionChange} selectedQuestions={this.state.selectedQuestions} previousSessions={this.state.previousSessions} />
<br />
<Button disabled={!Object.keys(this.state.selectedQuestions).some(k => this.state.selectedQuestions[k])} onClick={this.start}>Start</Button>
</div>
);
Expand Down

0 comments on commit 5356287

Please sign in to comment.