diff --git a/src/components/LiveSearch.tsx b/src/components/LiveSearch.tsx index c69e992b..b33b2604 100644 --- a/src/components/LiveSearch.tsx +++ b/src/components/LiveSearch.tsx @@ -157,9 +157,14 @@ export default function LiveSearch() {
{t('search.artists')}
{results.artists.map(a => { const i = idx++; + const isCtxActive = ctxIsOpen && ctxType === 'artist' && ctxItemId === a.id; return ( -