This question already has answers here:
Closed 3 months ago.
I have an array that looks like following
values = {de: true, en: false, nl: false, pl: false, ru: false}
I using the array to make a layout change in jsx, how can I check if the array has at least one true value in JSX,
any help would be appreciated.