(Account Card) Add info to account card

This commit is contained in:
Julien Calixte
2019-09-29 10:59:49 +02:00
parent 6b1719987a
commit c113420756
5 changed files with 8 additions and 68 deletions

View File

@@ -37,7 +37,6 @@ export default class AccountList extends Vue {
public user!: IUser | null
@Prop({ type: Boolean, default: false })
public archived!: boolean
public accounts: IAccount[] = []
public fetched: boolean = false
public textColor: string = ''