mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(conference-timer) Show correct time (#13070)
Show meeting time after returning from breakout room
This commit is contained in:
@@ -82,6 +82,7 @@ const ConferenceTimer = ({ textStyle }: IProps) => {
|
||||
const stopTimer = useCallback(() => {
|
||||
if (interval.current) {
|
||||
clearInterval(interval.current);
|
||||
interval.current = undefined;
|
||||
}
|
||||
|
||||
setTimerValue(getLocalizedDurationFormatter(0));
|
||||
|
||||
Reference in New Issue
Block a user