Skip to content

Commit

Permalink
Add rounding (closes #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncaught committed Jun 23, 2020
1 parent f33aa12 commit 2a138ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/pot/FullPot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function FullPot({as}: { as?: any }): ReactElement {
<Label as={as} color={'purple'}>
Gesamter Pott
<Label.Detail>
{fullPot} <Icon name={'euro'}/>
{fullPot.toFixed(2)} <Icon name={'euro'}/>
</Label.Detail>
</Label>
</div>
Expand Down

0 comments on commit 2a138ca

Please sign in to comment.