fix: lint

This commit is contained in:
+v 2019-03-15 17:29:57 +08:00 committed by GitHub
parent acc9e96689
commit 72296fd4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ interface CategoryState {
}
class Category extends React.Component<CategoryProps, CategoryState> {
copyId?: number;
state = {
justCopied: null,
};