fix so "not named" shows on detail screen for anonymous
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<h1 class="text-4xl text-center font-light px-4 mb-4">What Was Given</h1>
|
||||
|
||||
<h1 class="text-xl font-bold text-center mb-4">
|
||||
<span>From {{ giverName }}</span>
|
||||
<span>From {{ giverName || "someone not named" }}</span>
|
||||
<span>
|
||||
to
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user