162 Remove component path from translation key
This commit is contained in:
@@ -18,7 +18,7 @@ function getTimes(prediction) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function determinePredictionText(bleedingPrediction, t) {
|
export function determinePredictionText(bleedingPrediction, t) {
|
||||||
if (!bleedingPrediction.length) return t('components.Home.noPrediction')
|
if (!bleedingPrediction.length) return t('noPrediction')
|
||||||
const {
|
const {
|
||||||
todayDate,
|
todayDate,
|
||||||
predictedBleedingStart,
|
predictedBleedingStart,
|
||||||
|
|||||||
Reference in New Issue
Block a user