forked from p15670423/monkey
Island UI: replace double quotes with single quotes in BreachSection.tsx
This commit is contained in:
parent
e6a87839d6
commit
a6374e0678
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue