You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prepareFood(cafeMenu: MenuInfoType){returnmapValues(cafeMenu.items,item=>({
...item,// we want to edit the item, not replace itstation: entities.decode(toLaxTitleCase(trimStationName(item.station))),// <b>@station names</b> are a messlabel: entities.decode(trimItemLabel(item.label)),// clean up the titlesdescription: getTrimmedTextWithSpaces(parseHtml(item.description||'')),// clean up the descriptions}))}
In AAO, we have this block of code: views/menus/menu-bonapp.js
We should figure out the best way to move that to the server (probably somewhere in @frogpond/ccc-lib/bonapp/index.mjs).
The text was updated successfully, but these errors were encountered: