diff --git a/frontend/src/Movie/Index/Table/MovieIndexRow.tsx b/frontend/src/Movie/Index/Table/MovieIndexRow.tsx index 0ffc11192..3e2f0d92f 100644 --- a/frontend/src/Movie/Index/Table/MovieIndexRow.tsx +++ b/frontend/src/Movie/Index/Table/MovieIndexRow.tsx @@ -389,15 +389,14 @@ function MovieIndexRow(props: MovieIndexRowProps) { onPress={onRefreshPress} /> - {showSearchAction && ( + {showSearchAction ? ( - )} + ) : null}