Aktualisieren src/jsx/main.jsx
This commit is contained in:
@@ -126,7 +126,7 @@ export class Main extends React.Component{
|
|||||||
console.log("TEST")
|
console.log("TEST")
|
||||||
var g = false;
|
var g = false;
|
||||||
var y = 0;
|
var y = 0;
|
||||||
while(g==false){
|
while(g===false){
|
||||||
grp = Math.floor(Math.random()*mk_groups);
|
grp = Math.floor(Math.random()*mk_groups);
|
||||||
if(tmp_map['grp_'+grp].length<this.state.grp_member){
|
if(tmp_map['grp_'+grp].length<this.state.grp_member){
|
||||||
g=true;
|
g=true;
|
||||||
|
|||||||
Reference in New Issue
Block a user