Skip to content

Commit

Permalink
fix: listbox frequency count popup
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmar26 committed May 17, 2023
1 parent e41893a commit a4616b2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -12,6 +12,7 @@ function Frequency({ cell, checkboxes, dense, showGray }) {
style={{ display: 'flex', alignItems: 'center' }}
className={classes.frequencyCount}
aria-label={frequencyText}
title={frequencyText}
>
<Typography
noWrap
Expand Down

0 comments on commit a4616b2

Please sign in to comment.