mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-17 17:40:16 -04:00
show signup note in event signup list
This commit is contained in:
parent
420c4ff9cc
commit
ed0bcc8739
|
@ -61,6 +61,12 @@ function EventSignup({ signup }: { signup: IEventSignup }) {
|
||||||
<b>{user.name}</b>
|
<b>{user.name}</b>
|
||||||
{extraDistance && ` +${extraDistance.toFixed(1)} miles`}{' '}
|
{extraDistance && ` +${extraDistance.toFixed(1)} miles`}{' '}
|
||||||
{signup.canDrive && ' (can drive)'}
|
{signup.canDrive && ' (can drive)'}
|
||||||
|
{signup.note && (
|
||||||
|
<>
|
||||||
|
<br />
|
||||||
|
<span style={{ fontStyle: 'italic' }}>{signup.note}</span>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{!hasCarpool &&
|
{!hasCarpool &&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user