mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Update snapshots
This commit is contained in:
@@ -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]}
|
||||
/>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user