Update snapshots

This commit is contained in:
Chi Vinh Le
2018-09-05 23:49:59 +02:00
parent 2bf9b5f2c1
commit 942bcba5a1
2 changed files with 10 additions and 0 deletions
@@ -18,6 +18,7 @@ exports[`renders correctly 1`] = `
}
indentLevel={1}
key="comment-1"
me={null}
/>
<withContext(createMutationContainer(Relay(CommentContainer)))
asset={
@@ -32,6 +33,7 @@ exports[`renders correctly 1`] = `
}
indentLevel={1}
key="comment-2"
me={null}
/>
</withPropsOnChange(HorizontalGutter)>
`;
@@ -54,6 +56,7 @@ exports[`when there is more disables load more button 1`] = `
}
indentLevel={1}
key="comment-1"
me={null}
/>
<withContext(createMutationContainer(Relay(CommentContainer)))
asset={
@@ -68,6 +71,7 @@ exports[`when there is more disables load more button 1`] = `
}
indentLevel={1}
key="comment-2"
me={null}
/>
<Indent
level={1}
@@ -109,6 +113,7 @@ exports[`when there is more renders a load more button 1`] = `
}
indentLevel={1}
key="comment-1"
me={null}
/>
<withContext(createMutationContainer(Relay(CommentContainer)))
asset={
@@ -123,6 +128,7 @@ exports[`when there is more renders a load more button 1`] = `
}
indentLevel={1}
key="comment-2"
me={null}
/>
<Indent
level={1}
@@ -38,6 +38,7 @@ exports[`renders correctly 1`] = `
}
disableShowAll={false}
indentLevel={1}
me={null}
onShowAll={[Function]}
/>
`;
@@ -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]}
/>
`;