Fixed: Search Button Display on Movie Index

pull/8439/head
Bakerboy448 1 year ago committed by Qstick
parent 66b7b3b7d6
commit 6086b0d4e4

@ -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…
Cancel
Save