Skip to content

Commit bdc477d

Browse files
Merge pull request #8 from vamshigovardhana/test-spacing-fix
docs(cc-components): clarify TaskTimer tracks elapsed time
2 parents 57b4087 + 3458f81 commit bdc477d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/contact-center/cc-components/src/components/task/TaskTimer

packages/contact-center/cc-components/src/components/task/TaskTimer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useEffect, useState, useRef} from 'react';
22

3-
// TaskTimer component for tracking task duration
3+
// TaskTimer component for tracking task duration and elapsed time
44
// Supports both countdown and count-up modes
55
// Uses Web Worker for accurate timing
66
// Handles RONA (Redirection on No Answer) timeout scenarios

0 commit comments

Comments
 (0)