Fix typo in post-listing.tsx (#1181)

recieve -> receive
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-12 23:05:36 +09:00 committed by GitHub
parent d56addf7d6
commit b0b3d526cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1421,7 +1421,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
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 });
}