Skip to content

Commit

Permalink
Go to the correct screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis committed Nov 22, 2023
1 parent 42b2dae commit dd3c996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/apps/me.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class AboutUriel extends Component {
"talks": <Talks />,
"resume": <Resume />,
}
this.changeScreen(document.getElementById(this.active_screen));
this.changeScreen(document.getElementById(this.state.active_screen));
}

changeScreen = (e) => {
Expand Down

0 comments on commit dd3c996

Please sign in to comment.