Skip to content

Commit

Permalink
make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Oct 5, 2023
1 parent 1dc13ca commit 3de170d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/ResizeableTable/TH.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function TH(props: PropTypes) {
{showResizer === true ? (
<DragBoundary
horizontal={false}
align="center"
width={6}
height="100%"
onDrag={onDrag}
Expand Down

0 comments on commit 3de170d

Please sign in to comment.