Advertisement
danine1

mapping example

Mar 29th, 2018
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   {driving_licenses.map(license => (
  2.           <InputRead
  3.             key={license.toString()}
  4.             label={t("Driving License Number")}
  5.             content={license.driving_license_number}
  6.           />
  7.         ))}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement