Skip to content

Commit f075a08

Browse files
committed
Fix typescript warning
1 parent 00af846 commit f075a08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/AppMapDetailsObj.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export default class AppMapDetailsObj extends AppMapDetailsBase<MapMarkerObj | M
188188

189189
let owner = gg.find((g: any) => g.data.ShopName)
190190
if (owner) {
191+
// @ts-ignore
191192
this.shopName = owner.data.ShopName
192193
} else {
193194
owner = gg.find((g: any) => g.data['!Parameters'].ProfileUser == "NPC")

0 commit comments

Comments
 (0)