We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0bad7 commit 99cd2acCopy full SHA for 99cd2ac
src/pages/error/index.tsx
@@ -37,7 +37,7 @@ const useAppErrors = (error: AppError) => {
37
* @remark Отображается при возникающих ошибках в приложении
38
*/
39
const ErrorPage = ({ error }: Props) => {
40
- useTitle("Github Client · Some error happened");
+ useTitle(`Error occured · ${error.code || "Unknown"}`);
41
const { action } = useAppErrors(error);
42
43
return (
0 commit comments