diff --git a/client/components/helpCentre/HelpCentrePage.tsx b/client/components/helpCentre/HelpCentrePage.tsx index bbbc76246..85200abfd 100644 --- a/client/components/helpCentre/HelpCentrePage.tsx +++ b/client/components/helpCentre/HelpCentrePage.tsx @@ -77,13 +77,7 @@ const HelpCentreRouter = () => { ] */ - const knownIssues: KnownIssueObj[] = [ - { - date: '7th Feb 2024 09:35', - message: - 'Due to a technical issue, Customer Service phonelines in the USA & Canada are currently not available. Live chat and email are unaffected.', - }, - ]; + const knownIssues: KnownIssueObj[] = []; return (