Skip to content
Snippets Groups Projects
Commit af444686 authored by Lukas's avatar Lukas
Browse files

Fix votes history dialog table hover bug

parent 917a43a2
No related branches found
No related tags found
No related merge requests found
Pipeline #112253 failed
......@@ -247,11 +247,7 @@ const VotesHistoryDialog: React.FC<VotersDialogProps> = ({
}`}
>
<TableCell
className={`sticky md:static left-0 ${
index % 2 === 0
? "bg-rowEven md:bg-inherit"
: "bg-rowOdd md:bg-inherit"
}`}
className="sticky md:static left-0 bg-inherit"
data-testid="date-format"
>
{formatAndDelocalizeTime(vote.timestamp)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment