Skip to content

Commit

Permalink
Revert change from backport
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Nov 3, 2020
1 parent 7159e90 commit 51da649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/augur-ui/src/utils/format-number.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type NumStrBigNumber = number | BigNumber | string;

export const ETHER_NUMBER_OF_DECIMALS = 4;
export const SHARES_SCALAR_NUMBER_OF_DECIMALS = 4;
export const SHARES_NUMBER_OF_DECIMALS = 4;
export const SHARES_NUMBER_OF_DECIMALS = 0;

const SMALLEST_NUMBER_DECIMAL_PLACES = 8;
const USUAL_NUMBER_DECIMAL_PLACES = 4;
Expand Down

0 comments on commit 51da649

Please sign in to comment.