Skip to content

Commit

Permalink
Merge pull request #900 from dpc-sdp/feature/R20-1586-fix-header-button
Browse files Browse the repository at this point in the history
[R20-1586] add check for secondary link in header with CTA
  • Loading branch information
dylankelly authored Oct 18, 2023
2 parents bac37ad + efe022b commit 3b503e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const handleClick = (item, type: string) => {
>
{{ primary.text }}
</RplButton>
<div class="rpl-header-actions__secondary">
<div v-if="secondary" class="rpl-header-actions__secondary">
<p
v-if="secondary.title"
class="rpl-header-actions__secondary-title rpl-header__text-large-fixed rpl-type-p"
Expand Down

0 comments on commit 3b503e0

Please sign in to comment.