added comma after options
there was no comma between options and part when measurements and options were added to the props in the first code snippet
This commit is contained in:
parent
34fe98f2f2
commit
77ade1bcff
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function draftBib({
|
|||
points,
|
||||
// highlight-start
|
||||
measurements,
|
||||
options
|
||||
options,
|
||||
// highlight-end
|
||||
part,
|
||||
}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue