Skip to content

Commit

Permalink
fix a missing semicolin
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent 3bc8b30 commit 3d5c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function getOPR() {
value = response.data["auto"]["value"];
} else if (rank == response.data["dc"]["rank"]){
best = "teleOp";
value = response.data["dc"]["value"]
value = response.data["dc"]["value"];
} else if (rank == response.data["eg"]["rank"]){
best = "endgame";
value = response.data["eg"]["value"];
Expand Down

0 comments on commit 3d5c071

Please sign in to comment.