Lista Navi

This commit is contained in:
Paolo Arena
2020-04-07 14:33:56 +02:00
parent e513118cbc
commit 86c8b16913
33 changed files with 805 additions and 1469 deletions

View File

@@ -41,7 +41,7 @@ export default class CMyDashboard extends MixinUsers {
downline: [],
downnotreg: [],
downbyuser: [],
arrnavi: []
arrposizioni: []
}
@Prop({ required: true }) public username
@@ -104,7 +104,7 @@ export default class CMyDashboard extends MixinUsers {
}
public HasNave() {
return this.dashboard.arrnavi.length > 0
return this.dashboard.arrposizioni.length > 0
}