Fix empty job
This commit is contained in:
parent
46b050224b
commit
12fdf00efa
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ const emptyJob: Job = {
|
|||
proficiency1: 0,
|
||||
proficiency2: 0,
|
||||
},
|
||||
accessory: false,
|
||||
accessory_type: 0,
|
||||
}
|
||||
|
||||
interface AppState {
|
||||
|
|
|
|||
Loading…
Reference in a new issue