diff --git a/apps/web/src/components/poll/desktop-poll/participant-row.tsx b/apps/web/src/components/poll/desktop-poll/participant-row.tsx index ec46c72f0..57c09b02d 100644 --- a/apps/web/src/components/poll/desktop-poll/participant-row.tsx +++ b/apps/web/src/components/poll/desktop-poll/participant-row.tsx @@ -50,19 +50,19 @@ export const ParticipantRowView: React.FunctionComponent<{ style={{ minWidth: 240, maxWidth: 240 }} className="sticky left-0 z-10 h-12 bg-white px-4" > -
-
- - - {name} - {isYou ? ( - - - - ) : null} - +
+ + + {name} + +
+ {isYou ? ( + + + + ) : null} + {action}
-
{action}
{votes.map((vote, i) => {