Guest User

Untitled

a guest
Sep 9th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. state = {
  2.     data: {
  3.       comment_ids: [1, 2, 56],
  4.       comments: {
  5.         1: {
  6.           sender: 'brianwu02@gmail.com',
  7.           content: 'hey kapila',
  8.           timestamp: '5/9/17 13:45',
  9.         },
  10.         2: {
  11.           sender: 'brianwu02@gmail.com',
  12.           content: 'how u',
  13.           timestamp: '5/9/17 13:46',
  14.         },
  15.         56: {
  16.           sender: 'brianwu02@gmail.com',
  17.           content: 'poop',
  18.           timestamp: '5/9/17 13:56',
  19.         },
  20.       },
  21.     },
  22.   },
Add Comment
Please, Sign In to add comment