diff options
Diffstat (limited to 'src/components/organisms/layout/comment.stories.tsx')
| -rw-r--r-- | src/components/organisms/layout/comment.stories.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/organisms/layout/comment.stories.tsx b/src/components/organisms/layout/comment.stories.tsx index c31b77a..c7649ab 100644 --- a/src/components/organisms/layout/comment.stories.tsx +++ b/src/components/organisms/layout/comment.stories.tsx @@ -12,6 +12,7 @@ export default { title: 'Organisms/Layout', component: CommentComponent, args: { + canReply: true, saveComment, }, argTypes: { |
