Merge branch 'main' into fix-button-click-area

This commit is contained in:
SleeplessOne1917 2023-06-12 14:33:28 +00:00 committed by GitHub
commit 3438dac98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1419,7 +1419,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 });
}