fix: no first dot

This commit is contained in:
cha0s 2021-01-30 19:21:58 -06:00
parent 0a7edf19c4
commit d023569004

View File

@ -73,7 +73,7 @@ const Expression = ({
: {}
),
...(
isLast
isLast && !isFirst
? {'.': {label: '', type: description.type}}
: {}
),