Lint all the things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useMutation } from "@apollo/client";
|
||||
import { Switch } from "antd";
|
||||
import React, { useState } from "react";
|
||||
import { useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
@@ -49,13 +49,11 @@ export function JobsAdminRemoveAR({ insertAuditTrail, job }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div style={{ display: "flex", alignItems: "center" }}>
|
||||
<div style={{ marginRight: "10px" }}>{t("jobs.labels.remove_from_ar")}:</div>
|
||||
<div>
|
||||
<Switch checked={switchValue} loading={loading} onChange={handleChange} />
|
||||
</div>
|
||||
<div style={{ display: "flex", alignItems: "center" }}>
|
||||
<div style={{ marginRight: "10px" }}>{t("jobs.labels.remove_from_ar")}:</div>
|
||||
<div>
|
||||
<Switch checked={switchValue} loading={loading} onChange={handleChange} />
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user