fix: some bank account details hidden

This commit is contained in:
Ahmed Bouhuolia
2024-08-21 21:19:59 +02:00
parent fac55efbc7
commit dffcfe50aa
5 changed files with 46 additions and 10 deletions

View File

@@ -164,6 +164,10 @@ export class Transformer {
return date ? moment(date).format(this.dateFormat) : '';
}
protected formatDateFromNow(date){
return date ? moment(date).fromNow(true) : '';
}
/**
*
* @param number