Skip to content

Commit

Permalink
10/04/2023 - Omar - Actualizado MarkersPOD para correr el test
Browse files Browse the repository at this point in the history
  • Loading branch information
Omitg24 committed Apr 9, 2023
1 parent c7ce382 commit 32b97a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/pod/MarkersPOD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function readFileFromPod(fileURL: string, session: Session) {
let comment = fileJSON[i].comment;
var e = document.getElementById("category");
// @ts-ignore
var value = e.value;
// var value = e.value;
// @ts-ignore
var text = e.options[e.selectedIndex].value;
if (category === text || text ==="All")
Expand Down

0 comments on commit 32b97a9

Please sign in to comment.