edited userline database function

This commit is contained in:
Aditya Sankaran
2019-11-30 18:11:33 -05:00
parent ca7f793d4c
commit 54cd1c44a7
2 changed files with 32 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ class Quote extends Component {
handleSubmit(event) {
const quotedPost = {
body: this.state.value,
quoteBody: this.state.value,
userImage: "bing-url",
};
const headers = {