-
- You are not the person in charge of your time credits, please
- contact your administrator about this situation.
-
-
- If you believe this to be a mistake, please contact the
- platform's administration, thank you for your patience.
-
-
-
- An admin nor your agent have yet set the price intended to
- your requirements in terms of the amount of users you desire
- and your expected monthly duration.
-
-
- Please try again later or contact your agent or an admin,
- thank you for your patience.
-
-
- )}
-
-
- ) : (
-
- )}
- >
- );
+
+ {hasExpired && You do not have time credits for your account type!}
+ {isIndividual() && (
+
+
+ To add to your use of EnCoach, please purchase one of the time packages available below:
+
+
+
+ You are not the person in charge of your time credits, please contact your administrator about this situation.
+
+
+ If you believe this to be a mistake, please contact the platform's administration, thank you for your
+ patience.
+
+
+
+ An admin nor your agent have yet set the price intended to your requirements in terms of the amount of users you
+ desire and your expected monthly duration.
+
+
+ Please try again later or contact your agent or an admin, thank you for your patience.
+
+
-
-
- moment(date).isSameOrBefore(moment(new Date()))
- }
- onChange={([initialDate, finalDate]: [Date, Date]) => {
- setStartDate(
- initialDate ?? moment("01/01/2023").toDate(),
- );
- if (finalDate) {
- // basicly selecting a final day works as if I'm selecting the first
- // minute of that day. this way it covers the whole day
- setEndDate(moment(finalDate).endOf("day").toDate());
- return;
- }
- setEndDate(null);
- }}
- />
-
+
+ moment(date).isSameOrBefore(moment(new Date()))}
+ onChange={([initialDate, finalDate]: [Date, Date]) => {
+ setStartDate(initialDate ?? moment("01/01/2023").toDate());
+ if (finalDate) {
+ // basicly selecting a final day works as if I'm selecting the first
+ // minute of that day. this way it covers the whole day
+ setEndDate(moment(finalDate).endOf("day").toDate());
+ return;
+ }
+ setEndDate(null);
+ }}
+ />
+