all repos — caroster @ 486a83d5fe5fe804ce8c7befbc4314da24d1c19b

[Octree] Group carpool to your event https://caroster.io

feat(PassengersList): ♿️ skip passengers action icon on tab selection
Simon Mulquin simon@octree.ch
Wed, 19 Jan 2022 14:17:27 +0100
commit

486a83d5fe5fe804ce8c7befbc4314da24d1c19b

parent

b5a91f786b9ff0ad9520b9c90f950983fbc0f881

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M frontend/containers/PassengersList/index.tsxfrontend/containers/PassengersList/index.tsx

@@ -71,6 +71,7 @@ button={

<ClearButton icon={icon} onClick={() => onClick && onClick(passenger.id)} + tabIndex={-1} /> } />