chore: add trailingComma
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ function Info(
|
||||
|
||||
Info.props = {
|
||||
dot: Boolean,
|
||||
info: [Number, String]
|
||||
info: [Number, String],
|
||||
};
|
||||
|
||||
export default createComponent<InfoProps>(Info);
|
||||
|
||||
Reference in New Issue
Block a user