debounceNextPage()}
+ >
+ {!isLoadingGifs && gifsToDisplay?.length > 0 && (
+ <>
+
+ {gifsToDisplay.map((gif, idx) => (
+
+
+
+
+
+ ))}
+
+ {query && (
+
+
+
+ )}
+ >
+ )}
+ {!isLoadingGifs && (!gifsToDisplay || gifsToDisplay.length === 0) && (
+
+
+ {!query
+ ? 'You have no favorites yet. Add some, and they will appear here!'
+ : 'no results matching your search 😞'}
+
+
+ )}
+
+