1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Display tag list when sort by tags on series Posters

This commit is contained in:
Bogdan
2024-07-17 17:41:40 +03:00
committed by Mark McDowall
parent f8d75d174a
commit 1662521d40
5 changed files with 40 additions and 8 deletions
@@ -183,6 +183,11 @@ export default function SeriesIndexPosters(props: SeriesIndexPostersProps) {
heights.push(19);
}
break;
case 'tags':
if (!showTags) {
heights.push(21);
}
break;
default:
// No need to add a height of 0
}