From 68b6a4c3d27ea09e8bb8a784633d9ea914e39134 Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Mon, 25 May 2020 20:36:55 +0300 Subject: [PATCH] no default wpn --- frontend-react/src/components/analyzer/BuildAnalyzerPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend-react/src/components/analyzer/BuildAnalyzerPage.tsx b/frontend-react/src/components/analyzer/BuildAnalyzerPage.tsx index b157c9e96..45780491e 100644 --- a/frontend-react/src/components/analyzer/BuildAnalyzerPage.tsx +++ b/frontend-react/src/components/analyzer/BuildAnalyzerPage.tsx @@ -13,7 +13,6 @@ import { FaWrench } from "react-icons/fa" import Button from "../elements/Button" const defaultBuild: Partial = { - weapon: ".96 Gal", headgear: ["UNKNOWN", "UNKNOWN", "UNKNOWN", "UNKNOWN"], clothing: ["UNKNOWN", "UNKNOWN", "UNKNOWN", "UNKNOWN"], shoes: ["UNKNOWN", "UNKNOWN", "UNKNOWN", "UNKNOWN"],