1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Convert Icon to Typescript

(cherry picked from commit ae7b187e412a080e30fc6826564ce9197ed2f329)

Closes #10347
This commit is contained in:
Treycos
2024-08-26 02:21:06 +02:00
committed by Bogdan
parent 56fece293c
commit 126b6eba00
8 changed files with 72 additions and 84 deletions
@@ -357,7 +357,7 @@ function InteractiveImportRow(props: InteractiveImportRowProps) {
<>
{indexerFlags ? (
<Popover
anchor={<Icon name={icons.FLAG} kind={kinds.PRIMARY} />}
anchor={<Icon name={icons.FLAG} />}
title={translate('IndexerFlags')}
body={<IndexerFlags indexerFlags={indexerFlags} />}
position={tooltipPositions.LEFT}