Skip to content

Commit 62de69d

Browse files
tujsinejespersen
andauthored
Update src/components/activation-code/activation-code-form.jsx
Co-authored-by: Sine Jespersen <[email protected]>
1 parent 136e85e commit 62de69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/activation-code/activation-code-form.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function ActivationCodeForm({
4949
<LoadingComponent isLoading={isLoading} loadingMessage={loadingMessage} />
5050
<Form>
5151
<Row className="m-3">
52-
<h1 id="h1UserDisplayName">{headerText}</h1>
52+
<h1>{headerText}</h1>
5353
<Col>
5454
<ContentBody>
5555
<div className="mb-2">

0 commit comments

Comments
 (0)