From ffad9939aece94e9d5d2b1c277ac2538e14605a6 Mon Sep 17 00:00:00 2001 From: Amy Chen Date: Tue, 31 Dec 2024 04:33:45 -0800 Subject: [PATCH] Update App.tsx --- src/ui-client/src/containers/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui-client/src/containers/App.tsx b/src/ui-client/src/containers/App.tsx index 88a9525f..8316e120 100644 --- a/src/ui-client/src/containers/App.tsx +++ b/src/ui-client/src/containers/App.tsx @@ -69,7 +69,7 @@ class App extends React.Component { private lastHeartbeat = new Date(); public componentDidMount() { - const { dispatch, auth } = this.props; + const { dispatch } = this.props; this.handleBrowserHeartbeat(); this.handleSessionTokenRefresh(); dispatch(getIdToken());