Add some explanation comments.

This commit is contained in:
Half-Shot
2024-10-29 16:57:06 +00:00
parent ff7da135ca
commit a45b01dc00
3 changed files with 24 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ export function RaisedHandIndicator({
}): ReactNode {
const [raisedHandDuration, setRaisedHandDuration] = useState("");
// This effect creates a simple timer effect.
useEffect(() => {
if (!raisedHandTime || !showTimer) {
return;