Skip to content

Commit 60907db

Browse files
authored
Merge pull request #1083 from topcoder-platform/update-wallet-admin-table
fix spacing in wallet-admin table
2 parents 636405e + a5dba14 commit 60907db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/wallet-admin/src/lib/components/payments-table/PaymentTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const PaymentsTable: React.FC<PaymentTableProps> = (props: PaymentTableProps) =>
4444
<th className='body-ultra-small-bold'>STATUS</th>
4545
<th className='body-ultra-small-bold'>RELEASE DATE</th>
4646
<th className='body-ultra-small-bold'>DATE PAID</th>
47+
<th className='body-ultra-small-bold'> </th>
4748
</tr>
4849
</thead>
4950
<tbody>

0 commit comments

Comments
 (0)