From b0b3d526cfa5cc56cd791b53f42b3f2710afd943 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 12 Jun 2023 23:05:36 +0900 Subject: [PATCH] Fix typo in post-listing.tsx (#1181) recieve -> receive --- src/shared/components/post/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); } -- 2.44.1