Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
[#2149077] fixed spacing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
otarza committed Apr 11, 2018
1 parent 1392dac commit 48c9906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const BasketSummary = ({ total, currency, count, className }) => (
{' '}({count} <FormattedPlural value={count} one="item" other="items" />)
</span>
}
<strong className="text-danger">
<strong className="text-danger">
<BasketTotal total={total} currentCurrency={currency} />
</strong>
</p >
Expand Down

0 comments on commit 48c9906

Please sign in to comment.