diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 5ba53132..e5117425 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1421,7 +1421,7 @@ export class PostListing extends Component { this.setState({ showEdit: false }); } - // The actual editing is done in the recieve for post + // The actual editing is done in the receive for post handleEditPost() { this.setState({ showEdit: false }); }