-
- {/* Drop-down menu. Remember that the "showMasterMenu" variable has been destructured off of this.state */}
-
Edit
- Delete
+ this.props.deletePostFn(this.id)}>Delete {/* Remember to destructure deletePostFn off of props or use this.props.deletePostFn */}
-
- {/* This is where all the meta data of the post will go (who, when, where) */}
- {// This has been pulled off of this.state via destructuring
- editing ? (
-
+ {editing ? (
+
) : (
- POST TEXT GOES HERE
+ {text}
)}
-
- {/* These are all of the cute little icons in the bottom left corner */}