diff --git a/lib/report_plugins/daytoday.js b/lib/report_plugins/daytoday.js index 1d6b6f84f40..fa69cd56b90 100644 --- a/lib/report_plugins/daytoday.js +++ b/lib/report_plugins/daytoday.js @@ -899,6 +899,9 @@ daytoday.report = function report_daytoday(datastorage,sorteddaystoshow,options) }); function appendProfileSwitch(context, treatment) { + + if (!treatment.cutting && !treatment.profile) { return; } + var sign = treatment.first ? '▲▲▲' : '▬▬▬'; var text; if (treatment.cutting) {