From b7170e4ded9d319fd7f9fc01221ea68359579fc5 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 22 Mar 2019 20:17:06 -0400 Subject: [PATCH] forgot to remove quote --- src/Bladeburner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bladeburner.js b/src/Bladeburner.js index f4d875bdc..1c68b7cec 100644 --- a/src/Bladeburner.js +++ b/src/Bladeburner.js @@ -31,8 +31,8 @@ import { getTimestamp } from "../utils/helpers/getTi import { removeElement } from "../utils/uiHelpers/removeElement"; import { removeElementById } from "../utils/uiHelpers/removeElementById"; -const stealthIcon = ` ` -const killIcon = `` +const stealthIcon = ` ` +const killIcon = `` const CityNames = ["Aevum", "Chongqing", "Sector-12", "New Tokyo", "Ishima", "Volhaven"];