mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
logging
This commit is contained in:
parent
52eb8a9979
commit
fc430c8c4f
@ -59,6 +59,7 @@ const DeviceContextMenuSection: React.FC<IDeviceContextMenuSectionProps> = ({ de
|
||||
return (
|
||||
<IconizedContextMenuOptionList label={_t(SECTION_NAMES[deviceKind])}>
|
||||
{devices.map(({ label, deviceId }) => {
|
||||
console.log("!! Rendering device", label, deviceId);
|
||||
return (
|
||||
<DeviceContextMenuDevice
|
||||
key={deviceId}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user