Aktualisieren src/jsx/main.jsx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user