Aktualisieren src/jsx/main.jsx

This commit is contained in:
Luca Jäntsch
2019-06-28 02:40:12 +02:00
parent c2e209db2f
commit 735b20580f

View File

@@ -126,7 +126,7 @@ export class Main extends React.Component{
console.log("TEST")
var g = false;
var y = 0;
while(g==false){
while(g===false){
grp = Math.floor(Math.random()*mk_groups);
if(tmp_map['grp_'+grp].length<this.state.grp_member){
g=true;