diff --git a/helpers/build-device-list.js b/helpers/build-device-list.js index 2cbaec1..0311ffd 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.map( device => { + return rawDeviceList.filter( device => ( device.type !== 'ios' ) ).map( device => { const slug = makeSlug( device.name ) return {