mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 18:05:09 +00:00
Merge pull request #253 from LemmyNet/fix_unban_1
Fixing unban. Fixes #248
This commit is contained in:
commit
479b0f1163
|
@ -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