Skip to content

Commit

Permalink
fix(ui): code lint (#15150) (#15162)
Browse files Browse the repository at this point in the history
Signed-off-by: ebuildy <[email protected]>
Co-authored-by: Thomas Decaux <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and ebuildy authored Aug 22, 2023
1 parent 970329f commit eb34149
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 eb34149

Please sign in to comment.