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 {