Guest User

Untitled

a guest
Nov 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const HowManyThingsPrinter = ({ amount = 1234567890 }) =>
  2. <div>
  3. <FormattedMessage
  4. id="howManyThings"
  5. defaultMessage="We want to have {howMany, number, noGroupingFormat} things!"
  6. value={{ howMany: amount }}
  7. />
  8. </div>
Add Comment
Please, Sign In to add comment