Skip to content

Commit

Permalink
ui: remove unnecessary semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Feb 26, 2021
1 parent 5a4d9cf commit 532c67b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class ConfigurePageComponent extends AuthComponent {
});

this.setState({unsafeOptionsConfirmed: false})
};
}

// Alters attack configuration when user toggles technique
attackTechniqueChange = (technique, value, mapped = false) => {
Expand Down Expand Up @@ -382,7 +382,7 @@ class ConfigurePageComponent extends AuthComponent {
}

this.setState({unsafeOptionsConfirmed: false})
};
}

exportConfig = () => {
this.updateConfigSection();
Expand Down

0 comments on commit 532c67b

Please sign in to comment.