Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

[PAY-1776] Fix playing check for track page #3993

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/src/pages/track-page/TrackPageProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class TrackPageProvider extends Component<

onHeroPlay = ({
isPlaying,
isPreview
isPreview = false
}: {
isPlaying: boolean
isPreview?: boolean
Expand Down