Resolve "don't show temperature chart part of chart when temp not tracked"
This commit is contained in:
committed by
Sofiya Tepikin
parent
620f5e77da
commit
ee0b83d1ca
@@ -20,7 +20,7 @@ const CycleDayLabel = ({ height, date }) => {
|
||||
const boldDateLabel = isFirstDayOfMonth ? {fontWeight: 'bold'} : {}
|
||||
|
||||
return (
|
||||
<View style={{ height }}>
|
||||
<View style={[styles.chartLegend, { height }]}>
|
||||
<Text style={label.number}>
|
||||
{cycleDayNumber ? cycleDayNumber : ' '}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user