mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-09 22:00: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>
|
||||
{extraDistance && ` +${extraDistance.toFixed(1)} miles`}{' '}
|
||||
{signup.canDrive && ' (can drive)'}
|
||||
{signup.note && (
|
||||
<>
|
||||
<br />
|
||||
<span style={{ fontStyle: 'italic' }}>{signup.note}</span>
|
||||
</>
|
||||
)}
|
||||
</span>
|
||||
|
||||
{!hasCarpool &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user