Skip to content

Commit f850a1d

Browse files
jimdogx1hitsong
andauthored
Update components/search/SearchRow.bs
Co-authored-by: 1hitsong <[email protected]>
1 parent 0665008 commit f850a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/search/SearchRow.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ sub addRow(data, title, type_filter)
9494
localStartDate = createObject("roDateTime")
9595
localStartDate.FromISO8601String(item.json.StartDate)
9696
localStartDate.ToLocalTime()
97-
item.title = item.title + " -- " + localStartDate.asDateStringLoc("short") + " " + localStartDate.asTimeStringLoc("short")
97+
item.title = `${item.title} -- ${localStartDate.asDateStringLoc("short")} ${localStartDate.asTimeStringLoc("short")}`
9898
end if
9999
row.appendChild(item)
100100
end if

0 commit comments

Comments
 (0)