From: Ikko Eltociear Ashimine Date: Mon, 12 Jun 2023 14:05:36 +0000 (+0900) Subject: Fix typo in post-listing.tsx (#1181) X-Git-Url: http://these/git/readmes/%7B%60https:/%24%7Bi.domain%7D%60%7D?a=commitdiff_plain;h=b0b3d526cfa5cc56cd791b53f42b3f2710afd943;p=lemmy-ui.git Fix typo in post-listing.tsx (#1181) recieve -> receive --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 5ba5313..e511742 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 }); }