-
}
- />
+
Scan completed
You can find the downloaded report at{" "}
{resultsPath}
-
+ .
-
+
-
-
- {isWindows && isEvent && mailStatus === "send" && (
-
- )}
- {isWindows && isEvent && mailStatus === "sending" && (
-
- )}
- {isWindows && isEvent && mailStatus === "sent" && (
-
- )}
-
+ {isWindows && isEvent && (
+
+ {mailStatus === "send" && (
+
+ )}
+ {mailStatus === "sending" && (
+
+ )}
+ {mailStatus === "sent" && (
+
+ )}
+
+ )
+ }
{showEditMailDetailsModal && (
{
+const ButtonSvgIcon = ({ className, svgIcon }) => {
return (
-
+
{svgIcon}
);