diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 5a271943..7eb289c8 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1419,7 +1419,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 }); }