Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Dec 4, 2023
1 parent 7ac325b commit 4d7a516
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Schedule conflicts', () => {
const flag = feature(change);
render(
<FeatureChange
actions={<></>}
actions={null}
index={0}
changeRequest={changeRequest(flag)(
changeRequestState as ChangeRequestState,
Expand Down Expand Up @@ -113,7 +113,7 @@ describe('Schedule conflicts', () => {

render(
<FeatureChange
actions={<></>}
actions={null}
index={0}
changeRequest={changeRequest(flag)(
changeRequestState as ChangeRequestState,
Expand Down

0 comments on commit 4d7a516

Please sign in to comment.