Browse Source

Prettify code

pull/2637/head
Thomas 2 years ago
parent
commit
484ccc60d8
  1. 4
      apps/client/src/app/components/admin-overview/admin-overview.html

4
apps/client/src/app/components/admin-overview/admin-overview.html

@ -174,9 +174,7 @@
<table>
<tr *ngFor="let coupon of coupons">
<td class="text-monospace">{{ coupon.code }}</td>
<td class="pl-2 text-right">
{{ coupon.duration }}
</td>
<td class="pl-2 text-right">{{ coupon.duration }}</td>
<td>
<button
class="mx-1 no-min-width px-2"

Loading…
Cancel
Save