+ {" "}
+ {subnetResponse !== "" &&
+ !subnetResponse.toLowerCase().includes("error") && (
+
+
+ Health report uploaded to Subnet successfully!
+
+ {" "}
+
+ See the results on your{" "}
+ Subnet Dashboard{" "}
+
+
+ )}
+ {(subnetResponse === "" ||
+ subnetResponse.toLowerCase().includes("error")) &&
+ serverDiagnosticStatus === DiagStatSuccess && (
+
+
+ Something went wrong uploading your Health report to
+ Subnet.
+
+ {" "}
+
+ Log into your{" "}
+ Subnet Account to
+ manually upload your Health report.
+
+
+ )}
+
{serverDiagnosticStatus === DiagStatInProgress ? (