esLint
This commit is contained in:
@@ -16,7 +16,6 @@ const handleGeneralSubmit = (
|
||||
) => {
|
||||
const changes: { [key: string]: string } = {};
|
||||
let networkChanges = false;
|
||||
let newIp: string | null = null;
|
||||
|
||||
if (current.name !== original.name) {
|
||||
changes.SNNA = current.name;
|
||||
@@ -24,7 +23,6 @@ const handleGeneralSubmit = (
|
||||
}
|
||||
if (current.ip !== original.ip) {
|
||||
changes.SEI01 = current.ip;
|
||||
newIp = current.ip;
|
||||
networkChanges = true;
|
||||
}
|
||||
if (current.subnet !== original.subnet) {
|
||||
|
||||
Reference in New Issue
Block a user