From deb569fa8f1185cc240f976f543c696d2ac926e9 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Wed, 23 Mar 2022 18:29:06 -0400 Subject: [PATCH] Make comment reflect no specific gender --- custom/shared/hooks/useSharedState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/shared/hooks/useSharedState.js b/custom/shared/hooks/useSharedState.js index d4ada7a..ec39a5e 100644 --- a/custom/shared/hooks/useSharedState.js +++ b/custom/shared/hooks/useSharedState.js @@ -56,7 +56,7 @@ export const useSharedState = ({ initialValues = {}, broadcast = true }) => { [stateRef, callObject] ); - // whenever local user joins, we randomly pick a participant from the call and request him for the state. + // whenever local user joins, we randomly pick a participant from the call and request state from them. const handleJoinedMeeting = useCallback(() => { const randomDelay = 1000 + Math.ceil(1000 * Math.random());