Fix JSX structure by adding missing closing div tags
Add closing div tags for relative wrapper elements: - Close relative div in devices page card structure - Close relative div in users page card structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -331,6 +331,8 @@ export default function UsersPage() {
|
||||
</button>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user