- {localMessage}
-
+
{localMessage}
+
{" "}
{subnetResponse !== "" &&
!subnetResponse.toLowerCase().includes("error") && (
-
+
Health report uploaded to Subnet successfully!
@@ -294,7 +260,7 @@ const HealthInfo = ({ classes }: IHealthInfo) => {
{(subnetResponse === "" ||
subnetResponse.toLowerCase().includes("error")) &&
serverDiagnosticStatus === DiagStatSuccess && (
-
+
Something went wrong uploading your Health report to
Subnet.
@@ -307,11 +273,16 @@ const HealthInfo = ({ classes }: IHealthInfo) => {
)}
-
+