Sebastian Bittrich 1 anno fa
parent
commit
bd0bc3f617
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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