+ {deadlinesOnSelectedDay.length === 0 ? (
+
+
+
+ {t('noDeadline')}
+
+
+
+ ) :
}
+
+ );
+};
+
+/**
+ *
+ * @param props - The day and the deadlines
+ * @returns - The ServerDay component that displays a badge for specific days
+ */
+function ServerDay(props: PickersDayProps