mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fixed: Search Button Display on Movie Index
This commit is contained in:
parent
66b7b3b7d6
commit
6086b0d4e4
1 changed files with 2 additions and 3 deletions
|
@ -389,15 +389,14 @@ function MovieIndexRow(props: MovieIndexRowProps) {
|
|||
onPress={onRefreshPress}
|
||||
/>
|
||||
|
||||
{showSearchAction && (
|
||||
{showSearchAction ? (
|
||||
<SpinnerIconButton
|
||||
className={styles.actions}
|
||||
name={icons.SEARCH}
|
||||
title={translate('SearchForMovie')}
|
||||
isSpinning={isSearchingMovie}
|
||||
onPress={onSearchPress}
|
||||
/>
|
||||
)}
|
||||
) : null}
|
||||
|
||||
<IconButton
|
||||
name={icons.EDIT}
|
||||
|
|
Loading…
Reference in a new issue