Skip to content

Commit

Permalink
Add talks app
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis committed Nov 22, 2023
1 parent 7f77577 commit 76e672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/apps/me.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import ReactGA from 'react-ga4';

export class AboutUriel extends Component {

constructor() {
super();
constructor(props) {
super(props);
this.screens = {};
this.state = {
screen: () => { },
Expand Down

0 comments on commit 76e672e

Please sign in to comment.