Skip to content

Commit a27a87f

Browse files
authored
docs: fix IssueDetailsPage.tsx diff code in Advanced Tutroial (#519)
1 parent 9a37bd7 commit a27a87f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/tutorials/advanced-tutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,6 @@ export const IssueDetailsPage = ({
10241024
- const [issue, setIssue] = useState<Issue | null>(null)
10251025
const [comments, setComments] = useState<Comment[]>([])
10261026
- const [commentsError, setCommentsError] = useState<Error | null>(null)
1027-
+ const [commentsError] = useState<Error | null>(null)
10281027

10291028
+ const dispatch = useDispatch()
10301029

0 commit comments

Comments
 (0)