Fix empty job

This commit is contained in:
Justin Edmund 2023-01-27 11:44:54 -08:00
parent 46b050224b
commit 12fdf00efa

View file

@ -16,6 +16,8 @@ const emptyJob: Job = {
proficiency1: 0, proficiency1: 0,
proficiency2: 0, proficiency2: 0,
}, },
accessory: false,
accessory_type: 0,
} }
interface AppState { interface AppState {