mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
fix possibly null prop
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ export default defineComponent({
|
||||
|
||||
this.missives = missives;
|
||||
|
||||
this.lastRecruitHandled = saveData.lastRecruitAction;
|
||||
this.lastRecruitHandled = saveData.lastRecruitAction ?? 0;
|
||||
},
|
||||
resetSave() {
|
||||
if (!confirm("You are about to wipe your save file. Are you sure?")) return;
|
||||
|
||||
Reference in New Issue
Block a user