Skip to content

Commit

Permalink
Update TableHeadCell.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lalong13 authored Oct 3, 2019
1 parent 4ada731 commit 0be2efe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/TableHeadCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ const defaultHeadCellStyles = theme => ({
data: {
display: 'inline-block',
},
noSortAction: {
display: 'flex',
verticalAlign: 'top',
},
sortAction: {
display: 'flex',
verticalAlign: 'top',
Expand Down Expand Up @@ -165,7 +161,7 @@ class TableHeadCell extends React.Component {
</span>
</Tooltip>
) : (
<div className={hint ? classes.sortAction : classes.noSortAction}>
<div className={hint ? classes.sortAction : null}>
{children}
{hint && (
<Tooltip
Expand Down

0 comments on commit 0be2efe

Please sign in to comment.