Browse Source

fix: formattig

pull/5278/head
David Requeno 3 weeks ago
parent
commit
2f436841b1
  1. 2
      libs/ui/src/lib/accounts-table/accounts-table.component.html
  2. 2
      libs/ui/src/lib/accounts-table/accounts-table.component.ts

2
libs/ui/src/lib/accounts-table/accounts-table.component.html

@ -353,4 +353,4 @@
width: '100%' width: '100%'
}" }"
/> />
} }

2
libs/ui/src/lib/accounts-table/accounts-table.component.ts

@ -175,4 +175,4 @@ export class GfAccountsTableComponent implements OnChanges, OnDestroy {
this.unsubscribeSubject.next(); this.unsubscribeSubject.next();
this.unsubscribeSubject.complete(); this.unsubscribeSubject.complete();
} }
} }

Loading…
Cancel
Save