mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-04 18:11:26 +00:00
refactor: enhance parental control features and improve device blocking logic 🔨
This commit is contained in:
@ -91,6 +91,7 @@ export default function ClickableRow({
|
||||
admin={admin}
|
||||
type={device.blocked ? "unblock" : "block"}
|
||||
device={device}
|
||||
parentalControl={parentalControl}
|
||||
/>
|
||||
)}
|
||||
</TableCell>
|
||||
|
Reference in New Issue
Block a user