Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): 🐛 add check for secondary link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Oct 18, 2023
1 parent bac37ad commit efe022b
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 efe022b

Please sign in to comment.