Skip to content

Commit

Permalink
trying to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsyro committed Oct 31, 2024
1 parent f4bad0c commit a9ea2ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/core-web/common/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import moment from "moment-timezone";
import { reset } from "redux-form";
import { ItemMap } from "@mds/common";


/**
* Helper function to clear redux form after submissions
*
Expand Down Expand Up @@ -107,8 +106,6 @@ export const timeAgo = (dateTime, unit = "day") => {
}
};



export const formatPostalCode = (code) => code && code.replace(/.{3}$/, " $&");

export const formatTitleString = (input) =>
Expand Down

0 comments on commit a9ea2ba

Please sign in to comment.