Fix typo in EditPaymentPane.tsx

This commit is contained in:
Eric Schultz 2018-10-02 14:19:02 -05:00
parent 4550ab81cd
commit f48b1d721b

View file

@ -269,7 +269,7 @@ class EditPaymentPane extends React.Component<EditPaymentPaneProps & InjectedInt
<tr className='test-grossAmount'>
<td>Gross Amount</td>
<td>
$ {centsToDollars(this.props.data.gross_amount)}
${centsToDollars(this.props.data.gross_amount)}
</td>
</tr>