Skip to content

Commit

Permalink
Remove unintended space (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
fureweb-com authored and niklasvh committed Jul 6, 2018
1 parent ce45c1b commit 4e02a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ const createCJKCounter = (
const CHINESE_INFORMAL_MULTIPLIERS = '十百千萬';
const CHINESE_FORMAL_MULTIPLIERS = '拾佰仟萬';
const JAPANESE_NEGATIVE = 'マイナス';
const KOREAN_NEGATIVE = '마이너스 ';
const KOREAN_NEGATIVE = '마이너스';

export const createCounterText = (
value: number,
Expand Down

0 comments on commit 4e02a4c

Please sign in to comment.