Skip to content

Commit

Permalink
Fix prettier problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnachevvv committed Oct 29, 2023
1 parent 0dcd7e8 commit c687943
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/admin/donations/modals/RefundModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export default observer(function RefundModal() {
<Typography variant="body1">
{t('refund.amount')} {fromMoney(data?.amount as number)} {data?.currency}
</Typography>
<Typography variant="body1"> {t('refund.email')} {data?.billingEmail}
<Typography variant="body1">
{' '}
{t('refund.email')} {data?.billingEmail}
</Typography>
<Grid item xs={12} marginTop={3}>
<SubmitButton fullWidth label={t('refund.confirm-button')} loading={loading} />
Expand Down

0 comments on commit c687943

Please sign in to comment.