Skip to content

Commit

Permalink
fix(item-message): update regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Feb 4, 2025
1 parent a873b61 commit 1188d25
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ const StaffActions: React.FC<StaffActionsProps> = ({ data, refetch }) => {
?.replace(/Le ven.*$/s, "")
?.replace(/Le sam.*$/s, "")
?.replace(/Le dim.*$/s, "")
?.replace(/On Monda.*$/s, "")
?.replace(/On Tuesd.*$/s, "")
?.replace(/On Wedne.*$/s, "")
?.replace(/On Thurs.*$/s, "")
?.replace(/On Frida.*$/s, "")
?.replace(/On Satur.*$/s, "")
?.replace(/On Sunda.*$/s, "")
?.replace(/--[a-fA-F0-9_-]+--/g, "")
.replace(/Content-Type:.*$/gs, "")
.replace(/Content-Disposition:.*$/gs, "")
Expand Down

0 comments on commit 1188d25

Please sign in to comment.