Skip to content
Commit eac12c64 authored by François Martin's avatar François Martin
Browse files

fix(frontend): remove leading dollar sign in correlationId's



In the href, backticks (``) are used for the string, which is why `Correlation ID: ${correlationId}` correctly replaces the correlationId to be: "Correlation ID: correlationId".
However, later where it says "about this issue and refer to this ID: ${correlationId}" this is not wrapped in backticks, which is why React interprets the text as
part of the JSX syntax, with the {correlationId} part replacing the correlationId inside, which results in "about this issue and refer to this ID: $correlationId".

Signed-off-by: default avatarmartinfrancois <f.martin@fastmail.com>
parent 460cb239
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment