From 748bca43e9d019ef67534fc05df7b3b14798f24d Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 11 Oct 2021 17:46:33 +0530 Subject: [PATCH] island: Fix eslint warnings (trailing comma and double quotes) --- .../cc/ui/src/components/attack/techniques/T1086.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js b/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js index 65f4a1300..2cc8b0790 100644 --- a/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js +++ b/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js @@ -40,7 +40,7 @@ class T1086 extends React.Component { Header: 'Machine', id: 'machine', accessor: x => renderMachineFromSystemData(x.machine), - style: {'whiteSpace': 'unset'}, + style: {'whiteSpace': 'unset'} }, { Header: 'Information', @@ -65,8 +65,8 @@ class T1086 extends React.Component { } render() { - let data_from_exploits = this.getPowershellDataPerCategory("exploit"); - let data_from_pbas = this.getPowershellDataPerCategory("post_breach"); + let data_from_exploits = this.getPowershellDataPerCategory('exploit'); + let data_from_pbas = this.getPowershellDataPerCategory('post_breach'); return (