{!spellings ? (
<>
Menampilkan
{pageCount > 1 ? (
<>
{productStart + 1}-
{parseInt(productStart) + parseInt(productRows) > productFound
? productFound
: parseInt(productStart) + parseInt(productRows)}
dari
>
) : (
''
)}
{productFound}
produk{' '}
{query.q && (
<>
untuk pencarian {query.q}
>
)}
>
) : (
SpellingComponent
)}