Commit c26e39a5 authored by Kantz's avatar Kantz
Browse files

unnötoger topic key entfernt

parent f35d87d3
...@@ -47,7 +47,6 @@ export default function SocraticPanel({ ...@@ -47,7 +47,6 @@ export default function SocraticPanel({
<div className="task-panel-meta"> <div className="task-panel-meta">
<div>{selectedTopicLabel || ""}</div> <div>{selectedTopicLabel || ""}</div>
<div>{selectedTopicKey ? `${t("topicKey")}: ${selectedTopicKey}` : ""}</div>
</div> </div>
<div className="task-panel-content socratic-summary-content" ref={contentRef}> <div className="task-panel-content socratic-summary-content" ref={contentRef}>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment