(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

@@ -31,7 +31,7 @@ export default class BaseAccount extends Vue {
public async getData(docIds?: string[]): Promise<void> {
throw new Error(
`abstract method, need to be override ${docIds && docIds.join(', ')}`
`abstract method needs to be overrided ${docIds && docIds.join(', ')}`
)
}
}