Rename plan->tier, topics->reservations, more tests, more todos
This commit is contained in:
@@ -489,7 +489,7 @@ const Reservations = () => {
|
||||
return <></>;
|
||||
}
|
||||
const reservations = account.reservations || [];
|
||||
const limitReached = account.role === "user" && account.stats.topics_remaining === 0;
|
||||
const limitReached = account.role === "user" && account.stats.reservations_remaining === 0;
|
||||
|
||||
const handleAddClick = () => {
|
||||
setDialogKey(prev => prev+1);
|
||||
|
||||
Reference in New Issue
Block a user