Skip to content

Commit 9444c87

Browse files
NE-SmallTownSunil Pai
authored and
Sunil Pai
committed
Remove wrong copy-paste code in test (#16695)
1 parent b260bef commit 9444c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-dom/src/__tests__/ReactDOMFiberAsync-test.internal.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,7 @@ describe('ReactDOMFiberAsync', () => {
474474
}
475475
ref={submitButtonRef}>
476476
Submit
477-
</button>{' '}
478-
: null}
477+
</button>
479478
</div>
480479
);
481480
}

0 commit comments

Comments
 (0)