diff --git a/src/components/OrchAddressViewer.js b/src/components/OrchAddressViewer.js
index 6e32f9c..5c00821 100644
--- a/src/components/OrchAddressViewer.js
+++ b/src/components/OrchAddressViewer.js
@@ -77,13 +77,13 @@ const Address = (obj) => {
thisName = thisInfo.domain;
if (thisInfo.avatar) {
thisIcon =
-
-
+
+
} else {
thisIcon =
-
-
+
+
}
} else if (hasThreeBox) {
@@ -93,7 +93,10 @@ const Address = (obj) => {
thisName = {obj.address};
}
if (thisInfo.image) {
- thisIcon =
+ thisIcon =
+
+
+
} else {
thisIcon = null;
}
@@ -108,7 +111,7 @@ const Address = (obj) => {
{thisIcon}
- {thisName}
+ {thisName}
)
}
diff --git a/src/components/eventButtonAddress.js b/src/components/eventButtonAddress.js
index dee93df..82dd792 100644
--- a/src/components/eventButtonAddress.js
+++ b/src/components/eventButtonAddress.js
@@ -11,7 +11,7 @@ const EventButtonAddress = (obj) => {
const [hasThreeBoxRefreshed, setThreeBoxRefresh] = useState(false);
const [orchInfo, setOrchInfo] = useState(null);
const now = new Date().getTime();
-
+
useEffect(() => {
let thisInfo = null;
let thisDomain = null;
@@ -87,7 +87,7 @@ const EventButtonAddress = (obj) => {
}
}
}
- if (thisInfo && thisInfo != orchInfo){
+ if (thisInfo && thisInfo != orchInfo) {
console.log("Setting INFO obj");
setOrchInfo(thisInfo);
}
@@ -113,7 +113,7 @@ const EventButtonAddress = (obj) => {
shouldUpdate = true;
}
// Preload Orch info
- if (shouldUpdate){
+ if (shouldUpdate) {
console.log("Refresh due to non-existing orch in global state");
getOrchestratorInfoSilent(obj.address);
}
@@ -125,8 +125,8 @@ const EventButtonAddress = (obj) => {
thisName =