mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Fixing unban. Fixes #248
This commit is contained in:
parent
f9a2f7899f
commit
2c80cea36f
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
}
|
||||
|
||||
handleModBanBothSubmit(i: PostListing, event?: any) {
|
||||
event.preventDefault();
|
||||
if (event) event.preventDefault();
|
||||
|
||||
if (i.state.banType == BanType.Community) {
|
||||
// If its an unban, restore all their data
|
||||
|
|
Loading…
Reference in a new issue