Minor Test Changes.

This commit is contained in:
Patrick Fic
2024-03-27 15:13:47 -07:00
parent 136ef63c14
commit b161530381
6 changed files with 183 additions and 10 deletions

View File

@@ -394,7 +394,7 @@ export function BillFormComponent({
if (!!totals)
return (
<div align="right">
<Space wrap>
<Space size='large' wrap>
<Statistic
title={t('bills.labels.subtotal')}
value={totals.subtotal.toFormat()}