diff --git a/hwe/ts/components/GeneralBasicCard.vue b/hwe/ts/components/GeneralBasicCard.vue index 96bfa48c..8f643a1b 100644 --- a/hwe/ts/components/GeneralBasicCard.vue +++ b/hwe/ts/components/GeneralBasicCard.vue @@ -183,7 +183,10 @@ const gameConstStore = unwrap(inject>("gameConstStore")); const props = defineProps<{ general: GeneralListItemP1; troopInfo?: { - leader: GeneralListItemP1; + leader: { + city: number; + reservedCommand?: GeneralListItemP1['reservedCommand']; + }; name: string; }; nation: NationStaticItem;