Sebastian Bittrich 1 năm trước cách đây
mục cha
commit
bd0bc3f617
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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