Commit 2b17f71 1 parent 7546904 commit 2b17f71 Copy full SHA for 2b17f71
File tree 1 file changed +4
-1
lines changed
src/components/Subsequence
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- import { Declarations } from '../shared/Declarations/Declarations' ;
2
1
import type { LunaticComponentProps } from '../type' ;
2
+ import { Declarations } from '../shared/Declarations/Declarations' ;
3
3
import { slottableComponent } from '../shared/HOC/slottableComponent' ;
4
+ import { LabelDescription } from '../shared/LabelDescription' ;
4
5
5
6
function LunaticSubsequence ( {
6
7
id,
7
8
label,
9
+ description,
8
10
declarations,
9
11
} : LunaticComponentProps < 'Subsequence' > ) {
10
12
return (
@@ -16,6 +18,7 @@ function LunaticSubsequence({
16
18
>
17
19
{ label }
18
20
</ div >
21
+ < LabelDescription value = { description } />
19
22
< Declarations
20
23
type = "AFTER_QUESTION_TEXT"
21
24
declarations = { declarations }
You can’t perform that action at this time.
0 commit comments