Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh183 committed Jun 10, 2024
1 parent 81047be commit 5cfed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Glossary/components/GlossaryTable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const GlossaryTable = props => {
</th> */}

<th>LIKE</th>
{ /* Not sure why this triggers the input label accessibility role, might be a library bug since it's just a space*/}
{ /* Not sure why this triggers the input label accessibility role, might be a library bug since it's just a space */}
{ /* eslint-disable jsx-a11y/control-has-associated-label */ }
<th>&nbsp;</th>
{ /* eslint-enable jsx-a11y/control-has-associated-label */ }
Expand Down

0 comments on commit 5cfed9a

Please sign in to comment.