From 8156b513e5154b53faa109fd251fcd9f84fa1022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Warcho=C5=82?= <61014013+war-in@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:57:53 +0100 Subject: [PATCH] Update src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fábio Henriques --- .../settings/Profile/CustomStatus/StatusClearAfterPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx b/src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx index 598050686825..a1ef5568bd5c 100644 --- a/src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx +++ b/src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx @@ -38,7 +38,7 @@ type StatusClearAfterPageOnyxProps = { type StatusClearAfterPageProps = StatusClearAfterPageOnyxProps; /** - * @param data - either a value from CONST.CUSTOM_STATUS_TYPES or a dateTime string in the format YYYY-MM-DD HH:mm + * @param data - either a value from CONST.CUSTOM_STATUS_TYPES or a dateTime string in the format YYYY-MM-DD HH:mm */ function getSelectedStatusType(data: string): CustomStatusTypes { switch (data) {