mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fixed: Search Button Display on Movie Index
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user