|
@@ -365,12 +365,6 @@ const InvitePage: React.FunctionComponent<Props> = ({}) => {
|
|
|
return mappedInviteList || [];
|
|
return mappedInviteList || [];
|
|
|
}, [invites, currentProject?.id, window?.location?.host, isHTTPS, user?.id]);
|
|
}, [invites, currentProject?.id, window?.location?.host, isHTTPS, user?.id]);
|
|
|
|
|
|
|
|
- const hasSeats = () => {
|
|
|
|
|
- // TODO: if usage limit is 0, the project has unlimited seats. Otherwise, check
|
|
|
|
|
- // the usage limit against the current usage.
|
|
|
|
|
- return true
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
const hasSeats = () => {
|
|
const hasSeats = () => {
|
|
|
// If usage limit is 0, the project has unlimited seats. Otherwise, check
|
|
// If usage limit is 0, the project has unlimited seats. Otherwise, check
|
|
|
// the usage limit against the current usage.
|
|
// the usage limit against the current usage.
|