2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
|
export const hasSearchQuery = state => state.searchQuery !== '';
|