diff --git a/helpers/build-device-list.js b/helpers/build-device-list.js index 0311ffd..b7a7993 100644 --- a/helpers/build-device-list.js +++ b/helpers/build-device-list.js @@ -21,7 +21,7 @@ export default async function () { console.warn('Error fetching device list', error) }) - return rawDeviceList.filter( device => ( device.type !== 'ios' ) ).map( device => { + return rawDeviceList.filter( device => ( device.enabled !== 'no' ) ).map( device => { const slug = makeSlug( device.name ) return {