1
0
Fork 0

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:
mergerg 2023-03-21 22:30:17 -07:00 committed by GitHub
parent 34fe98f2f2
commit 77ade1bcff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ function draftBib({
points,
// highlight-start
measurements,
options
options,
// highlight-end
part,
}) {