Skip to content

Commit

Permalink
do not show ynputconnector when connect status is not loaded yet
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Dec 12, 2023
1 parent 06014da commit a4f4132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/YnputCloud/YnputConnector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const YnputConnector = ({
}
}

if (isLoading) return null

return (
<Styled.Container style={styleContainer} $darkMode={isConnected && darkMode}>
<YnputCloudButton
Expand Down

0 comments on commit a4f4132

Please sign in to comment.