First Production Push
This commit is contained in:
@@ -468,13 +468,6 @@ export default function DeviceList() {
|
||||
className="flex gap-2"
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<button
|
||||
onClick={() => navigate(`/devices/${device.id}/edit`)}
|
||||
className="hover:opacity-80 text-xs cursor-pointer"
|
||||
style={{ color: "var(--text-link)" }}
|
||||
>
|
||||
Edit
|
||||
</button>
|
||||
<button
|
||||
onClick={() => setDeleteTarget(device)}
|
||||
className="hover:opacity-80 text-xs cursor-pointer"
|
||||
|
||||
Reference in New Issue
Block a user