Skip to content

Commit

Permalink
fix(ui): code lint (#15150) (#15161)
Browse files Browse the repository at this point in the history
Signed-off-by: ebuildy <ebuildy@gmail.com>
Co-authored-by: Thomas Decaux <ebuildy@gmail.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and ebuildy committed Aug 22, 2023
1 parent 7a353a5 commit 2333b04
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ export const PodTerminalViewer: React.FC<PodTerminalViewerProps> = ({
} else {
// Do reconnect due to refresh token event
onConnectionClose();
setupConnection()
setupConnection();
}

};

const onConnectionOpen = () => {
Expand Down

0 comments on commit 2333b04

Please sign in to comment.