Skip to content

Commit

Permalink
fix default contactLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Dietr committed Sep 5, 2024
1 parent 194c231 commit 94b9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/au-main-header.gts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class AuMainHeader extends Component<AuMainHeaderSignature> {
@skin="secondary"
@icon={{QuestionCircleIcon}}
>
{{@contactLabel}}
{{this.contactLabel}}
</AuLink>
</li>
{{/if}}
Expand Down

0 comments on commit 94b9337

Please sign in to comment.