Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <tbody>
  5. { entries.map( function (entry, i) {
  6. return(<RestoreLogList.Entry
  7. entry={ entry }
  8. key={ i }
  9. />);
  10. }
  11. ) }
  12. </tbody>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement