162 Remove component path from translation key

This commit is contained in:
Lisa Hillebrand
2021-05-02 21:58:26 +02:00
parent 0b447178c5
commit 1514e21726
+1 -1
View File
@@ -18,7 +18,7 @@ function getTimes(prediction) {
}
export function determinePredictionText(bleedingPrediction, t) {
if (!bleedingPrediction.length) return t('components.Home.noPrediction')
if (!bleedingPrediction.length) return t('noPrediction')
const {
todayDate,
predictedBleedingStart,