diff --git a/meshchatx/src/frontend/components/about/AboutPage.vue b/meshchatx/src/frontend/components/about/AboutPage.vue
index f608f10..9f4602a 100644
--- a/meshchatx/src/frontend/components/about/AboutPage.vue
+++ b/meshchatx/src/frontend/components/about/AboutPage.vue
@@ -155,6 +155,27 @@
+
+
+ Identity Hash
+ {{
+ config.identity_hash
+ }}
+
+
+ LXMF Address
+ {{
+ config.lxmf_address_hash
+ }}
+
+
Python
Recovery
diff --git a/meshchatx/src/frontend/components/map/MapPage.vue b/meshchatx/src/frontend/components/map/MapPage.vue
index bd56dcb..8da7ef5 100644
--- a/meshchatx/src/frontend/components/map/MapPage.vue
+++ b/meshchatx/src/frontend/components/map/MapPage.vue
@@ -2035,6 +2035,7 @@ export default {
this.isMobileScreen = window.innerWidth < 640;
},
async fetchPeers() {
+ if (!window.axios) return;
try {
const response = await window.axios.get("/api/v1/lxmf/conversations");
const peers = {};