mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-16 00:50:18 -04:00
add (can drive)
This commit is contained in:
parent
a4eeefb9a6
commit
3b249047c5
|
@ -59,7 +59,8 @@ function EventSignup({ signup }: { signup: IEventSignup }) {
|
|||
>
|
||||
<span>
|
||||
<b>{user.name}</b>
|
||||
{extraDistance ? ` +${extraDistance.toFixed(1)} miles` : ''}
|
||||
{extraDistance && ` +${extraDistance.toFixed(1)} miles`}{' '}
|
||||
{signup.canDrive && ' (can drive)'}
|
||||
</span>
|
||||
|
||||
{!hasCarpool &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user