Skip to content

Commit

Permalink
Update onelist email (#6559)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsunkel authored Feb 27, 2024
1 parent 6f42f28 commit 5ed834d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO - this is stored in vault, but React cannot access vault variables.
// A separate ticket is investigating moving these into React
export const ONE_LIST_EMAIL = 'one.list@invest-trade.uk'
export const ONE_LIST_EMAIL = '[email protected].uk'
3 changes: 1 addition & 2 deletions src/client/modules/Companies/AccountManagement/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const AddObjectiveButton = styled(GridCol)`
const ArchivedObjectivesLink = styled(GridCol)`
padding-top: 7px;
`
const oneListEmail = '[email protected]'

const canEditOneList = (permissions) =>
permissions &&
Expand Down Expand Up @@ -298,7 +297,7 @@ const AccountManagement = ({ permissions }) => {
Digital Workspace
</NewWindowLink>{' '}
or email{' '}
<Link href={`mailto:${oneListEmail}`}>{oneListEmail}</Link>
<Link href={`mailto:${ONE_LIST_EMAIL}`}>{ONE_LIST_EMAIL}</Link>
</Details>
</CompanyLayout>
)}
Expand Down

0 comments on commit 5ed834d

Please sign in to comment.