diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx index abf7eb277..5e217bb08 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx @@ -1,8 +1,8 @@ -import React, {useEffect, useState} from "react"; -import IslandHttpClient from "../../IslandHttpClient"; -import NumberedReportSection from "./NumberedReportSection"; -import LoadingIcon from "../../ui-components/LoadingIcon"; -import {renderLimitedArray} from "../common/RenderArrays"; +import React, {useEffect, useState} from 'react'; +import IslandHttpClient from '../../IslandHttpClient'; +import NumberedReportSection from './NumberedReportSection'; +import LoadingIcon from '../../ui-components/LoadingIcon'; +import {renderLimitedArray} from '../common/RenderArrays'; function BreachSection() { const [machines, setMachines] = useState(null);