Closed
Description
Version: v0.23.5+ef2411e
An existing license (called 10) has 5 users.
I added a second license (called 11) with 150 users.
The UI shows two licenses with 150 users.

Here is trimmed down coder licenses list
where you see the 5 and 150 user count
"id": 10,
"uploaded_at": "2023-04-07T11:54:33.532829-05:00",
"claims": {
"all_features": true,
"exp": 1712422415,
"features": {
"user_limit": 5
},
"license_expires": 1712422415
"version": 3
}
},
{
"id": 11,
"uploaded_at": "2023-05-24T16:16:19.725302-05:00",
"claims": {
"all_features": true,
"exp": 1717286400,
"features": {
"user_limit": 150
},
"license_expires": 1717286400,
"version": 3
}
}
]