Skip to content

Commit

Permalink
fix(start-timestamp): cypress fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Sep 17, 2024
1 parent d3f7f44 commit 5d58ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const MediaPlayerComponent: FC<Props> = ({ hidden }) => {
const [isMouseNearBottom, setIsMouseNearBottom] = useState(false)
const [status, setStatus] = useState<'buffering' | 'error' | 'ready'>('ready')
const [isReady, setIsReady] = useState(false)
const [hasSeekedToStart, setHasSeekedToStart] = useState(false)
const [NodeStartTime, setNodeStartTime] = useState<string>('')
const [hasSeekedToStart, setHasSeekedToStart] = useState(false)
const selectedNode = useSelectedNode()

useEffect(() => {
Expand Down

0 comments on commit 5d58ec1

Please sign in to comment.