From 7dc78ff32ca374e101c6387230ff4aa1addae0ae Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Thu, 14 Jun 2018 14:02:39 +0200 Subject: [PATCH] Only show cycle day label when there is a cycle day number --- day.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day.js b/day.js index 1347716..294462b 100644 --- a/day.js +++ b/day.js @@ -31,7 +31,7 @@ export default class Day extends Component { return ( {formatDateForViewHeader(this.cycleDay.date)} - Cycle day {getCycleDayNumber(this.cycleDay.date)} + { this.cycleDayNumber && Cycle day {this.cycleDayNumber} } { { dayView: , bleedingEditView: ,