mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 13:15:05 +00:00
edited userline database function
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user