mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 18:05:09 +00:00
parent
d56addf7d6
commit
b0b3d526cf
|
@ -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 });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue