Addresses for orgs and a bunch of bugfixes feature/72-adddress_for_everyone #73

Merged
niggl merged 9 commits from feature/72-adddress_for_everyone into dev 2021-02-19 17:04:21 +00:00
Showing only changes of commit 57e17f2864 - Show all commits

View File

@ -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'}