Skip to content

Commit

Permalink
Fix rating options
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Feb 11, 2016
1 parent 190cd22 commit 215433e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/components/experiments/ExperimentWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class ExperimentWizard extends Wizard {
return [
{
name: "good",
value: 10
value: 9
},
{
name: "bad",
Expand All @@ -418,7 +418,7 @@ class ExperimentWizard extends Wizard {
return JSON.stringify([
{
name: "good",
value: 10
value: 9
},
{
name: "bad",
Expand Down

0 comments on commit 215433e

Please sign in to comment.