Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
achen2401 authored Dec 31, 2024
1 parent c29e581 commit ffad993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-client/src/containers/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class App extends React.Component<Props> {
private lastHeartbeat = new Date();

public componentDidMount() {
const { dispatch, auth } = this.props;
const { dispatch } = this.props;
this.handleBrowserHeartbeat();
this.handleSessionTokenRefresh();
dispatch(getIdToken());
Expand Down

0 comments on commit ffad993

Please sign in to comment.