From 942bcba5a1471b2d7c110e97527a540bca46d5c1 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 5 Sep 2018 23:49:59 +0200 Subject: [PATCH] Update snapshots --- .../stream/components/__snapshots__/ReplyList.spec.tsx.snap | 6 ++++++ .../__snapshots__/ReplyListContainer.spec.tsx.snap | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/core/client/stream/components/__snapshots__/ReplyList.spec.tsx.snap b/src/core/client/stream/components/__snapshots__/ReplyList.spec.tsx.snap index 58655cb5a..3473f9fe0 100644 --- a/src/core/client/stream/components/__snapshots__/ReplyList.spec.tsx.snap +++ b/src/core/client/stream/components/__snapshots__/ReplyList.spec.tsx.snap @@ -18,6 +18,7 @@ exports[`renders correctly 1`] = ` } indentLevel={1} key="comment-1" + me={null} /> `; @@ -54,6 +56,7 @@ exports[`when there is more disables load more button 1`] = ` } indentLevel={1} key="comment-1" + me={null} /> `; @@ -83,6 +84,7 @@ exports[`when has more replies renders hasMore 1`] = ` disableShowAll={false} hasMore={true} indentLevel={1} + me={null} onShowAll={[Function]} /> `; @@ -126,6 +128,7 @@ exports[`when has more replies when showing all disables show all button 1`] = ` disableShowAll={true} hasMore={true} indentLevel={1} + me={null} onShowAll={[Function]} /> `; @@ -169,6 +172,7 @@ exports[`when has more replies when showing all enable show all button after loa disableShowAll={false} hasMore={true} indentLevel={1} + me={null} onShowAll={[Function]} /> `;