fix: allow admins only to block with details in parental control page (mobile view) 🐛
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 9m39s

This commit is contained in:
2025-09-20 19:07:08 +05:00
parent 035cd02012
commit 5277c13fb7
3 changed files with 234 additions and 232 deletions

View File

@@ -109,6 +109,7 @@ export async function DevicesTable({
parentalControl={parentalControl}
key={device.id}
device={device}
isAdmin={isAdmin}
/>
))}
</div>