0 ? this.mouseEnter : null }
onMouseLeave={ postCount > 0 ? this.mouseLeave : null }
ref={ this.dayRef }
/>
{ postCount > 0 && (
{ this.buildTooltipData() }
) }
);
}
/* eslint-enable wpcalypso/jsx-classname-namespace */
}
export default localize( PostTrendsDay );