We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 636405e + a5dba14 commit 60907dbCopy full SHA for 60907db
src/apps/wallet-admin/src/lib/components/payments-table/PaymentTable.tsx
@@ -44,6 +44,7 @@ const PaymentsTable: React.FC<PaymentTableProps> = (props: PaymentTableProps) =>
44
<th className='body-ultra-small-bold'>STATUS</th>
45
<th className='body-ultra-small-bold'>RELEASE DATE</th>
46
<th className='body-ultra-small-bold'>DATE PAID</th>
47
+ <th className='body-ultra-small-bold'> </th>
48
</tr>
49
</thead>
50
<tbody>
0 commit comments