Add account and articles updater

This commit is contained in:
Виталий Лавшонок
2025-11-05 11:43:18 +03:00
parent aeab03d35c
commit c6303758e1
22 changed files with 581 additions and 124 deletions

View File

@@ -22,6 +22,7 @@ const Mission = () => {
const back = query.get('back') ?? undefined;
if (!missionId || isNaN(missionIdNumber)) {
if (back) return <Navigate to={back} replace />;
return <Navigate to="/home" replace />;
}