Skip to content

Commit

Permalink
fix: reshuffle the insulation in the table
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakrok09 committed Jul 11, 2024
1 parent a527af8 commit 9572dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gs/src/lib/panels/VitalsPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
$: tableArr2 = [
["Insulation", $ins, "Insulation-", $insn],
["Insulation+", $insp, "IMD Voltage", $imdv],
["IMD Voltage", $imdv, "Insulation+", $insp],
]
const location = storeManager.getStore("Localisation");
Expand Down

0 comments on commit 9572dca

Please sign in to comment.