Skip to content

Commit c86437c

Browse files
committed
null client in list footer
1 parent b17ecda commit c86437c

File tree

2 files changed

+2
-1145
lines changed

2 files changed

+2
-1145
lines changed

src/components/Thread/__tests__/Thread.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ describe('Thread', () => {
173173

174174
const snapshot = toJSON();
175175
snapshot.children[0].children[0].children[0].children[0].props.ListFooterComponent = null;
176+
snapshot.children[0].children[0].children[0].props.ListFooterComponent = null;
176177

177178
await waitFor(() => {
178179
expect(snapshot).toMatchSnapshot();

0 commit comments

Comments
 (0)