We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00af846 commit f075a08Copy full SHA for f075a08
1 file changed
src/components/AppMapDetailsObj.ts
@@ -188,6 +188,7 @@ export default class AppMapDetailsObj extends AppMapDetailsBase<MapMarkerObj | M
188
189
let owner = gg.find((g: any) => g.data.ShopName)
190
if (owner) {
191
+ // @ts-ignore
192
this.shopName = owner.data.ShopName
193
} else {
194
owner = gg.find((g: any) => g.data['!Parameters'].ProfileUser == "NPC")
0 commit comments