Unify intraday summary priority across locales
This commit is contained in:
@@ -1281,7 +1281,9 @@ export function computeFrontTrendSignal(
|
|||||||
return "";
|
return "";
|
||||||
})()
|
})()
|
||||||
: "";
|
: "";
|
||||||
const combinedSummary = [backendSummary || summary, tafSummary, tafContrastSummary]
|
const backendSupplement =
|
||||||
|
backendSummary && backendSummary !== summary ? backendSummary : "";
|
||||||
|
const combinedSummary = [summary, tafSummary, tafContrastSummary, backendSupplement]
|
||||||
.filter(Boolean)
|
.filter(Boolean)
|
||||||
.join(isEnglish(locale) ? " " : "");
|
.join(isEnglish(locale) ? " " : "");
|
||||||
const cloudNote = (() => {
|
const cloudNote = (() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user