Skip to content

Commit

Permalink
Remove redundant prop value.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Sep 5, 2024
1 parent 3f6d96a commit 5a8f16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export enum UpdateTypeEnum {
}

const ItemOverride: React.ComponentType<ItemProps> = (props) => (
<ItemWithBorders disableGutters disableHover={true} {...props} />
<ItemWithBorders disableGutters disableHover {...props} />
);

const FixCommitmentInfo: React.FC<Props> = ({
Expand Down

0 comments on commit 5a8f16e

Please sign in to comment.