Merge branch 'main' into fix_lemmy_js_client_errors

This commit is contained in:
Dessalines 2023-11-29 12:43:08 -05:00 committed by GitHub
commit 9e5670381d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,8 +195,6 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
banType: BanType.Community, banType: BanType.Community,
showPurgeDialog: false, showPurgeDialog: false,
purgeType: PurgeType.Person, purgeType: PurgeType.Person,
collapsed: false,
viewSource: false,
showAdvanced: false, showAdvanced: false,
showConfirmTransferSite: false, showConfirmTransferSite: false,
showConfirmTransferCommunity: false, showConfirmTransferCommunity: false,