From bbd065940ed420f24821ae6d95665d016bb9a140 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 7 Dec 2019 02:04:38 -0500 Subject: [PATCH] Fixed: Calendar Ledgend not being shown --- frontend/src/Calendar/CalendarPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Calendar/CalendarPage.js b/frontend/src/Calendar/CalendarPage.js index 114077b2b..db3f650ec 100644 --- a/frontend/src/Calendar/CalendarPage.js +++ b/frontend/src/Calendar/CalendarPage.js @@ -156,7 +156,7 @@ class CalendarPage extends Component { } { - hasMovie && !! movieError && + hasMovie && !movieError && }