% let options = []; const profile = Array.isArray(tunerProfiles) ? tunerProfiles.find((item) => item.id === device) : null; if (Array.isArray(profile?.fmBandwidths)) { options = profile.fmBandwidths; } %>