Searched refs:isPinned (Results 1 – 2 of 2) sorted by relevance
34 function isPinned(id: string) { function98 i: isPinned(attrs.trackState.id) ? STAR : STAR_BORDER,99 tooltip: isPinned(attrs.trackState.id) ? 'Unpin' : 'Pin to top',100 showButton: isPinned(attrs.trackState.id),
371 const isPinned = state.pinnedTracks.includes(id); constant374 if (isPinned) {