We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8ebef commit bffff55Copy full SHA for bffff55
1 file changed
src/components/ConversationCard/index.jsx
@@ -115,6 +115,7 @@ function ConversationCard(props) {
115
useEffect(() => {
116
const listener = () => {
117
setPort(Browser.runtime.connect())
118
+ setIsReady(true)
119
}
120
port.onDisconnect.addListener(listener)
121
return () => {
0 commit comments