1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Convert Icon to Typescript

This commit is contained in:
Treycos
2024-08-26 02:21:06 +02:00
committed by GitHub
parent 63b4998c8e
commit ae7b187e41
8 changed files with 72 additions and 84 deletions
@@ -525,7 +525,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}