Sebastian Bittrich hace 1 año
padre
commit
bd0bc3f617
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/viewer/helpers/preset.ts

+ 1 - 1
src/viewer/helpers/preset.ts

@@ -87,7 +87,7 @@ type SymmetryProps = {
 } & BaseProps
 
 type FeatureProps = {
-    kind: 'feature',
+    kind: 'feature'
     target: Target
 } & BaseProps