Skip to content

Commit

Permalink
chore: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed May 23, 2018
1 parent cc841db commit 005fc29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/view/week/timeGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ TimeGrid.prototype._getStyles = function(theme) {
styles.leftBorderRight = theme.week.timegridLeft.borderRight || theme.common.border;
styles.leftFontSize = theme.week.timegridLeft.fontSize;
styles.timezoneWidth = theme.week.timegridLeft.width;
styles.additionalTimezoneBackgroundColor = theme.week.timegridLeftAdditionalTimezone.backgroundColor || styles.leftBackgroundColor;
styles.additionalTimezoneBackgroundColor = theme.week.timegridLeftAdditionalTimezone.backgroundColor
|| styles.leftBackgroundColor;

styles.displayTimezoneLabelHeight = theme.week.timegridLeftTimezoneLabel.height;
styles.displayTimezoneLabelBackgroundColor = theme.week.timegridLeft.backgroundColor === 'inherit' ? 'white' : theme.week.timegridLeft.backgroundColor;
Expand Down

0 comments on commit 005fc29

Please sign in to comment.