From 3ffbe491b4fce13a5b64d15b61cd33f6b80f9a32 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Thu, 21 Mar 2019 18:14:33 +0200 Subject: [PATCH] uncomment classname condition --- src/routes/Calendar/Calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Calendar/Calendar.js b/src/routes/Calendar/Calendar.js index 503150978..5f257dc04 100644 --- a/src/routes/Calendar/Calendar.js +++ b/src/routes/Calendar/Calendar.js @@ -131,7 +131,7 @@ class Calendar extends Component { data-date={new Date(this.state.date.getFullYear(), this.state.date.getMonth(), (weekNumber * 7) + (day - padsCount + 1)).getTime()} onClick={this.changeDate} > -
{(weekNumber * 7) + (day - padsCount + 1)}
+
{(weekNumber * 7) + (day - padsCount + 1)}
{ videosForMonth