Remove dead & duplicated code (#11405)

* Remove dead code

* Make dead code happier

* DRY pickle additional data calculation

* Iterate
This commit is contained in:
Michael Telatynski
2023-08-15 09:43:15 +01:00
committed by GitHub
parent 672ad98ec7
commit 27d79458da
25 changed files with 50 additions and 201 deletions

View File

@@ -117,7 +117,7 @@ const FeedbackDialog: React.FC<IProps> = (props: IProps) => {
return (
<QuestionDialog
className="mx_FeedbackDialog"
hasCancelButton={!!hasFeedback}
hasCancelButton={hasFeedback}
title={_t("Feedback")}
description={
<React.Fragment>