diff --git a/app/assets/javascripts/components/NoteView/NoteView.tsx b/app/assets/javascripts/components/NoteView/NoteView.tsx index dbdaa53ca..2edd3bfa0 100644 --- a/app/assets/javascripts/components/NoteView/NoteView.tsx +++ b/app/assets/javascripts/components/NoteView/NoteView.tsx @@ -1055,21 +1055,23 @@ export class NoteView extends PureComponent {
-
-
- {this.state.noteStatus?.message} +
+
+
+ {this.state.noteStatus?.message} +
+ {this.state.noteStatus?.desc && ( +
{this.state.noteStatus.desc}
+ )}
- {this.state.noteStatus?.desc && ( -
{this.state.noteStatus.desc}
- )}