Skip to content
Snippets Groups Projects
Commit 4ff2dbc6 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix linter

parent 658b5899
No related branches found
No related tags found
No related merge requests found
Pipeline #7586 passed
......@@ -108,9 +108,10 @@ export function LectureListItem({
/>
</li>
)}
{(editMode) && (
{editMode && (
<li>
{language.get("ui.generic.lecture_location")}{": "}
{language.get("ui.generic.lecture_location")}
{": "}
<EmbeddedOMFieldComponent
object_type="lecture"
object_id={lecture.id!}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment