Fix mismatched JSX closing tag in roles-manager causing build failure

Made-with: Cursor
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-24 13:21:47 -07:00
parent 31b0527e9a
commit 724c81de42

View file

@ -532,7 +532,7 @@ function RolesContent({
{role.description}
</p>
)}
</div>
</button>
</RolePermissionsDialog>
</div>