Skip to content

Commit

Permalink
#290 Remove private to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Nov 5, 2019
1 parent 9ea8679 commit cfd0f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/AutoAlign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function autoAlign(options: AutoAlignOptions) {
type ResultProps = TOriginalProps & AutoAlignProps;

return class extends React.Component<ResultProps, AutoAlignState> {
private pid: number | null = null;
pid: number | null = null;

/* eslint-disable react/sort-comp */
node: any;
Expand Down

0 comments on commit cfd0f9c

Please sign in to comment.