fix: remove unused isPlaying state variable in VideoPlayer #38
Collaborator
- Remove unused isPlaying state that was causing TypeScript error TS6133
- Component only needs showPlayButton to control play button overlay visibility
- Fixes build error: 'isPlaying' is declared but its value is never read
- Remove unused isPlaying state that was causing TypeScript error TS6133
- Component only needs showPlayButton to control play button overlay visibility
- Fixes build error: 'isPlaying' is declared but its value is never read
tanyar09
added 1 commit 2026-02-11 12:28:26 -05:00
All checks were successful
CI / skip-ci-check (pull_request) Successful in 17s
Details
CI / lint-and-type-check (pull_request) Successful in 1m1s
Details
CI / python-lint (pull_request) Successful in 41s
Details
CI / test-backend (pull_request) Successful in 2m45s
Details
CI / build (pull_request) Successful in 3m31s
Details
CI / secret-scanning (pull_request) Successful in 25s
Details
CI / dependency-scan (pull_request) Successful in 21s
Details
CI / sast-scan (pull_request) Successful in 1m38s
Details
CI / workflow-summary (pull_request) Successful in 16s
Details
Merge pull request 'fix: remove unused isPlaying state variable in VideoPlayer' (#38) from fix/video-player-typescript-error into dev
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/video-player-typescript-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?