Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
c26e39a5
Commit
c26e39a5
authored
Jun 02, 2026
by
Kantz
Browse files
unnötoger topic key entfernt
parent
f35d87d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
math-tutor/frontend/src/components/Task/SocraticPanel.tsx
View file @
c26e39a5
...
@@ -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
}
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment