feat: Style tweaks.

This commit is contained in:
Ahmed Bouhuolia
2020-07-04 02:58:58 +02:00
parent cfbe89498a
commit a279a9c5da
5 changed files with 9 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ function BalanceCell({ cell }) {
<Money amount={balance.amount} currency={balance.currency_code} />
</span>
) : (
<span class="placeholder">--</span>
<span class="placeholder"></span>
);
}