Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scoxen1 committed Jun 6, 2024
1 parent 419adb2 commit 6ab4734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

<div class="divider-bottom">
@if (!string.IsNullorEmpty(_fullName))
@if (!string.IsNullOrEmpty(_fullName))
{
<p>Dear @_fullName,</p>
}
Expand Down

0 comments on commit 6ab4734

Please sign in to comment.