diff --git a/index.html b/index.html
index abb07bb..fc06809 100644
--- a/index.html
+++ b/index.html
@@ -997,7 +997,6 @@
Laite |
Portti |
IP |
- Hinta |
diff --git a/script.js b/script.js
index 29d2771..c1c521c 100644
--- a/script.js
+++ b/script.js
@@ -4485,7 +4485,6 @@ function renderNetadminTable() {
${deviceDisplay} |
${esc(c.portti || '-')} |
${esc(c.ip || '-')} |
- ${c.hinta ? parseFloat(c.hinta).toFixed(2) + ' €' : '-'} |
`;
}).join('');
}