Skip to content

Commit a1448a2

Browse files
committed
Merge branch 'master' into next
2 parents 54cea04 + e29bcfd commit a1448a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/number-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function NumberFormat(config = options) {
136136
this.options.prefix,
137137
this.addSeparator(),
138138
this.options.suffix,
139-
].join
139+
].join('')
140140
}
141141

142142
/**

0 commit comments

Comments
 (0)