fix: no first dot
This commit is contained in:
parent
0a7edf19c4
commit
d023569004
|
@ -73,7 +73,7 @@ const Expression = ({
|
|||
: {}
|
||||
),
|
||||
...(
|
||||
isLast
|
||||
isLast && !isFirst
|
||||
? {'.': {label: '', type: description.type}}
|
||||
: {}
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user