Skip to content

Commit

Permalink
No upload button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsyweb committed Nov 2, 2024
1 parent 413621c commit d053783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function ambassy() {
const h1Element = document.querySelector("h1");
const uploadPrompt = document.getElementById("uploadPrompt");
const csvFileInput = document.getElementById("csvFileInput");
const uploadButton = document.getElementById("uploadButton"); const mapContainer = document.getElementById("mapContainer");
const mapContainer = document.getElementById("mapContainer");
const eventTeamsTableContainer = document.getElementById(
"eventTeamsTableContainer"
);
Expand Down

0 comments on commit d053783

Please sign in to comment.