Skip to content

Commit

Permalink
Update src/pages/settings/Profile/CustomStatus/StatusClearAfterPage.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Fábio Henriques <[email protected]>
  • Loading branch information
war-in and fabioh8010 authored Mar 27, 2024
1 parent 0f67e10 commit 8156b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8156b51

Please sign in to comment.