mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-26 13:41:51 +00:00
Ensured info for selected visit in visits table gets highlighted in bar charts
This commit is contained in:
@@ -98,7 +98,7 @@ const VisitsTable = ({ visits, onVisitSelected, isSticky = false, matchMedia = w
|
||||
'visits-table__sticky': isSticky,
|
||||
})}
|
||||
>
|
||||
<FontAwesomeIcon icon={checkIcon} />
|
||||
<FontAwesomeIcon icon={checkIcon} className={classNames({ 'text-primary': selectedVisit !== undefined })} />
|
||||
</th>
|
||||
<th className={headerCellsClass} onClick={orderByColumn('date')}>
|
||||
Date
|
||||
|
||||
Reference in New Issue
Block a user