Mwiza Kumwenda
1 min readOct 14, 2020

--

Hi Michalis,

You can update the if (!searchInput) statement in the pipe to return languages instead of an empty array. Like so:

if(!searchInput) {

return languages;

}

--

--

Mwiza Kumwenda
Mwiza Kumwenda

No responses yet