Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Jan 16, 2023
1 parent 2088279 commit 948489d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/alert/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const SuccessToast: FunctionComponent<Alert> = ({
</div>
<div className="text-white-high">
<h6 className="mb-2 text-lg md:text-base">{t(message)}</h6>
{learnMoreUrl && (
{learnMoreUrl && learnMoreUrlCaption && (
<a
target="__blank"
href={learnMoreUrl}
Expand Down

0 comments on commit 948489d

Please sign in to comment.