Skip to content

Commit

Permalink
Merge branch 'master' into passwords-in-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Sep 25, 2020
2 parents dac473e + 344d7a4 commit 89c0b5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Temp/TempComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* THIS COMPONENT IS INTENDED TO BE AN EXAMPLE ONLY.
/* THIS COMPONENT IS INTENDED TO BE AN EXAMPLE ONLY.
IT WILL NOT BE USED IN THE APPLICATION.
*/

Expand Down Expand Up @@ -26,8 +26,6 @@ class Temp extends React.Component<
> {
constructor(props: TempProps & LocalizeContextProps) {
super(props);

this.state = { demo: "" };
}

render() {
Expand Down

0 comments on commit 89c0b5a

Please sign in to comment.