diff --git a/frontend/index.html b/frontend/index.html
index c730454..46ffd83 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -1223,8 +1223,8 @@ function chainRenderRow(chainId, idx, row) {
const hex = chainBuildRowHex(chainId, idx);
return '
' +
'' +
- '' +
'' +
+ '' +
'
' +
'' + fieldsHtml + '
';
}
diff --git a/frontend/sw.js b/frontend/sw.js
index 438465e..56c1176 100644
--- a/frontend/sw.js
+++ b/frontend/sw.js
@@ -1,4 +1,4 @@
-const CACHE = 'otaman-v48';
+const CACHE = 'otaman-v49';
const URLS = [
'index.html',
'help.html',