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

Convert EpisodeHistory to TypeScript

This commit is contained in:
Mark McDowall
2024-12-07 19:52:26 -08:00
parent 03b8c4c28e
commit f1d54d2a9a
8 changed files with 283 additions and 375 deletions
@@ -74,9 +74,6 @@ interface SelectEpisodeModalContentProps {
onModalClose(): unknown;
}
//
// Render
function SelectEpisodeModalContent(props: SelectEpisodeModalContentProps) {
const {
selectedIds,