parent
bcc7d7770e
commit
57e17f2864
@ -115,6 +115,13 @@
|
|||||||
{#if runner.phone}
|
{#if runner.phone}
|
||||||
<div class="text-sm text-gray-500">{runner.phone}</div>
|
<div class="text-sm text-gray-500">{runner.phone}</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if runner.address.address1 !== null}
|
||||||
|
{runner.address.address1}<br />
|
||||||
|
{runner.address.address2 || ''}<br />
|
||||||
|
{runner.address.postalcode}
|
||||||
|
{runner.address.city}
|
||||||
|
{runner.address.country}
|
||||||
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
<td class="px-6 py-4 whitespace-nowrap">
|
<td class="px-6 py-4 whitespace-nowrap">
|
||||||
{#if runner.group.responseType === 'RUNNERTEAM'}
|
{#if runner.group.responseType === 'RUNNERTEAM'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user