Skip to content

Commit 2b94cc5

Browse files
authored
Исправил ошибку которую выдавала консоль (#291)
1 parent a3ddbb2 commit 2b94cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/questions/question-page/QuestionPageHeader.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const QuestionPageHeader = () => {
1414
<div className="container m-3 m-md-auto">
1515
<div className="d-flex justify-content-between my-3">
1616
<h3>Обсуждение вопроса</h3>
17-
<Link to="/">
18-
<Typography.Link>Вернуться назад</Typography.Link>
17+
<Link to="/" component={Typography.Link}>
18+
Вернуться назад
1919
</Link>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)