From 9782365a0e23c961510be8621c07688fda1f6f2f Mon Sep 17 00:00:00 2001 From: Vukile Langa Date: Tue, 26 May 2026 18:41:02 +0200 Subject: [PATCH] fix(*): clear console and formatting errors --- .../src/FilterSortHeader.jsx | 20 +++++++++++++++---- .../src/ManuscriptRow.jsx | 1 + .../cell-components/ReviewerStatusBadge.jsx | 2 +- .../component-manuscripts-table/src/style.jsx | 2 +- .../src/components/KanbanBoard.jsx | 14 ++++++------- .../src/components/review/Review.jsx | 6 +----- .../src/components/reviewers/KanbanCard.jsx | 5 +---- .../src/components/reviewers/ReviewerForm.jsx | 9 +++++---- .../components/component-submit/src/style.jsx | 3 +-- .../app/components/shared/ActionButton.jsx | 8 ++++---- .../client/app/components/shared/Badge.jsx | 2 +- .../app/components/shared/RadioGroup.jsx | 6 +++--- .../layout/AuthorProofingWaxEditorLayout.jsx | 2 +- .../wax-collab/src/layout/EditorStyles.jsx | 4 ++-- .../layout/FullWaxEditorCommentsLayout.jsx | 2 +- .../src/layout/FullWaxEditorLayout.jsx | 2 +- .../src/layout/ProductionWaxEditorLayout.jsx | 2 +- .../ProductionWaxEditorNoCommentsLayout.jsx | 2 +- 18 files changed, 49 insertions(+), 43 deletions(-) diff --git a/packages/client/app/components/component-manuscripts-table/src/FilterSortHeader.jsx b/packages/client/app/components/component-manuscripts-table/src/FilterSortHeader.jsx index ae9944409..dd428e846 100644 --- a/packages/client/app/components/component-manuscripts-table/src/FilterSortHeader.jsx +++ b/packages/client/app/components/component-manuscripts-table/src/FilterSortHeader.jsx @@ -86,7 +86,11 @@ const FilterSortHeader = ({ } return ( - + { '\u200B' /* zero-width space so the layout engine understands where the baseline is */ } @@ -129,7 +133,7 @@ const FilterSortHeader = ({ ].concat(columnInfo.filterOptions) return ( - +