diff options
author | Michael Muré <batolettre@gmail.com> | 2021-02-05 10:38:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 10:38:38 +0100 |
commit | 52f6563495095af13a777b866ea8fea100fd0ff8 (patch) | |
tree | 461e92c46c5e4ba8fd897b2a808ac52cc57c41ae /webui/src/pages/bug/Bug.tsx | |
parent | b6a967efac24672b64d02dbbe6e661d195804fbd (diff) | |
parent | ad45f9199898ed4abaf4a8a52421edd727eaa26e (diff) | |
download | git-bug-52f6563495095af13a777b866ea8fea100fd0ff8.tar.gz |
Merge pull request #547 from claudioantonio/webui_546
Webui 546
Diffstat (limited to 'webui/src/pages/bug/Bug.tsx')
-rw-r--r-- | webui/src/pages/bug/Bug.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/Bug.tsx b/webui/src/pages/bug/Bug.tsx index f2a116f8..bd6e44c4 100644 --- a/webui/src/pages/bug/Bug.tsx +++ b/webui/src/pages/bug/Bug.tsx @@ -82,7 +82,7 @@ function Bug({ bug }: Props) { <IfLoggedIn> {() => ( <div className={classes.commentForm}> - <CommentForm bugId={bug.id} /> + <CommentForm bug={bug} /> </div> )} </IfLoggedIn> |