diff options
Diffstat (limited to 'app/client/system')
| -rw-r--r-- | app/client/system/system.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js index 57a82e5..1953ee3 100644 --- a/app/client/system/system.component.js +++ b/app/client/system/system.component.js @@ -30,7 +30,7 @@ const live_test_task = { epochs: 1, opt: {} } -const fruits = ["apple","pear","banana","strawberry"] +const fruits = ["apple","pear","orange","strawberry"] function choice(a){ return a[Math.floor(Math.random()*a.length)]} class System extends Component { |
