feat(DevicesPage): remove unnecessary device click button from device display
This commit is contained in:
parent
d7c167a9bf
commit
41809f098c
|
|
@ -387,9 +387,6 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp
|
||||||
device.enabled ? 'translate-x-5' : 'translate-x-0.5'
|
device.enabled ? 'translate-x-5' : 'translate-x-0.5'
|
||||||
}`} />
|
}`} />
|
||||||
</button>
|
</button>
|
||||||
<button onClick={() => handleDeviceClick(device)}>
|
|
||||||
<ChevronRight className="w-4 h-4 text-neutral-400" />
|
|
||||||
</button>
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user