Fix math
This commit is contained in:
@@ -44,7 +44,7 @@ export async function loader({ context }: { context: RequestContext }) {
|
||||
},
|
||||
});
|
||||
|
||||
return preBookedEvents > 3;
|
||||
return preBookedEvents >= 3;
|
||||
}
|
||||
|
||||
export default function () {
|
||||
|
||||
Reference in New Issue
Block a user