From 12fdf00efaeafbc24c915ecdfe3e6d7e79ddaec1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 27 Jan 2023 11:44:54 -0800 Subject: [PATCH] Fix empty job --- utils/appState.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/appState.tsx b/utils/appState.tsx index 94014fee..a826f6d3 100644 --- a/utils/appState.tsx +++ b/utils/appState.tsx @@ -16,6 +16,8 @@ const emptyJob: Job = { proficiency1: 0, proficiency2: 0, }, + accessory: false, + accessory_type: 0, } interface AppState {