From a6374e06781d47b061728d59bdad88e41c858064 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Mon, 26 Jul 2021 11:49:08 +0300 Subject: [PATCH] Island UI: replace double quotes with single quotes in BreachSection.tsx --- .../report-components/ransomware/BreachSection.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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);