Skip to content

Commit 4e3f817

Browse files
authored
Update global search result if added to library (#1414)
1 parent c61c4d0 commit 4e3f817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/GlobalSearchScreen/components/GlobalSearchResultsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const GlobalSearchSourceResults: React.FC<{ item: GlobalSearchResult }> = ({
157157
</View>
158158
</>
159159
),
160-
[item.isLoading],
160+
[item.isLoading, library],
161161
);
162162
};
163163

0 commit comments

Comments
 (0)