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