Open jimdebeer opened 7 years ago
const Message = s => { typeof window === 'undefined' ? null : <div style={{ display: { $: 'tmpDeviceMenu', $transform: val => val ? 'block' : 'none' }, position: 'fixed', top: webview === 'ploy-native' ? '75px' : '60px', right: 0, zIndex: 1000 }}> <CastDevices /> <Devices /> </div> }
think of a good way for this