// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` main notification switches email switches renders email switches correctly when email 3pids exist 1`] = `
Enable email notifications for tester@test.com <_default checked={false} disabled={false} onChange={[Function]} title="Enable email notifications for tester@test.com" >
`; exports[` main notification switches renders only enable notifications switch when notifications are disabled 1`] = `
Enable notifications for this account
Turn off to disable notifications on all your devices and sessions
<_default checked={false} disabled={false} onChange={[Function]} title="Enable notifications for this account" >
`;