fix: add missing newlines at the end of JSON files; clean up formatting in page components
This commit is contained in:
@@ -223,7 +223,8 @@ export const COURSE_STATUS_LABEL = COURSE_STATUS_LABEL_KEYS;
|
||||
/** @deprecated Use APPLICATION_STATUS_LABEL_KEYS + t() */
|
||||
export const APPLICATION_STATUS_LABEL = APPLICATION_STATUS_LABEL_KEYS;
|
||||
/** @deprecated Use NEWSLETTER_RECIPIENT_STATUS_LABEL_KEYS + t() */
|
||||
export const NEWSLETTER_RECIPIENT_STATUS_LABEL = NEWSLETTER_RECIPIENT_STATUS_LABEL_KEYS;
|
||||
export const NEWSLETTER_RECIPIENT_STATUS_LABEL =
|
||||
NEWSLETTER_RECIPIENT_STATUS_LABEL_KEYS;
|
||||
/** @deprecated Use BOOKING_STATUS_LABEL_KEYS + t() */
|
||||
export const BOOKING_STATUS_LABEL = BOOKING_STATUS_LABEL_KEYS;
|
||||
/** @deprecated Use MODULE_STATUS_LABEL_KEYS + t() */
|
||||
|
||||
Reference in New Issue
Block a user