How to update data to a reactjs website?

Hi Jen,

Regarding the JSON.stringify(label), I’d try replacing label with that on line 192.

As for logging, you could try using console.log() with the values of about and the phone number after you’ve connected to the database. It’s unclear if the problem is that the data is not coming from the database or if the problem is in displaying information that has been retrieved.

I’m not sure if I’m going to be able to help you much more on debugging this unfortunately. I recommend trying out some of the suggestions Stennie gave.