Skip to content
Snippets Groups Projects
Commit c41e8bd1 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

MensaplanPanel: Fixed details rendering in specials

parent f74b4687
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ const MensaplanPanel = (props: {definition: MensaPanelDefinition}) => { ...@@ -98,7 +98,7 @@ const MensaplanPanel = (props: {definition: MensaPanelDefinition}) => {
details: d.title.de details: d.title.de
.split(" | ") .split(" | ")
.slice(1,-1) .slice(1,-1)
.join(" - ") .join(", ")
.replace(" nach Wahl", ""), .replace(" nach Wahl", ""),
typeIcons: d.type.map(typeToIcon).filter(i => i !== null) as unknown as React.FC<any>[] typeIcons: d.type.map(typeToIcon).filter(i => i !== null) as unknown as React.FC<any>[]
})) }))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment