Skip to content

Commit e3e5d80

Browse files
committed
forgot to commit this change
1 parent 26336bd commit e3e5d80

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

apps/model_catalog/src/DiscussionPanel.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,7 @@ function DiscussionPanel(props) {
259259
if (comments.length === 0) {
260260
message = (
261261
<Grid item xs={12}>
262-
<p>
263-
No-one has commented on this validation test yet. Do you have any
264-
thoughts about the reference data or about the test implementation? If
265-
so, please comment!
266-
</p>
262+
<p>{props.emptyMessage}</p>
267263
</Grid>
268264
);
269265
}

0 commit comments

Comments
 (0)