Skip to content

Commit

Permalink
fix not fully submit on match
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeRamalho committed Jun 27, 2024
1 parent 13ec13f commit 32df751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ const page = () => {
);
},
});
window.location.reload();
}
window.location.reload();
},
},
div("." + css.matchTable, [
Expand Down

0 comments on commit 32df751

Please sign in to comment.