Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaweilee committed Mar 15, 2019
1 parent acc9e96 commit 72296fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/theme/template/IconDisplay/Category.tsx
Expand Up @@ -17,6 +17,8 @@ interface CategoryState {
}

class Category extends React.Component<CategoryProps, CategoryState> {
copyId?: number;

state = {
justCopied: null,
};
Expand Down

0 comments on commit 72296fd

Please sign in to comment.