diff --git a/frontend/package.json b/frontend/package.json index c8ea786..0c09d1a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@family-budget/frontend", - "version": "0.8.5", + "version": "0.8.6", "private": true, "type": "module", "scripts": { diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 135747f..1280539 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -10,7 +10,7 @@ export function App() { const { user, loading } = useAuth(); if (loading) { - return
Загрузка...
; + return
Загрузка...
; } if (!user) { diff --git a/frontend/src/components/AccountsList.tsx b/frontend/src/components/AccountsList.tsx index dbf88e2..1f70a33 100644 --- a/frontend/src/components/AccountsList.tsx +++ b/frontend/src/components/AccountsList.tsx @@ -36,7 +36,7 @@ export function AccountsList() { }; if (loading) { - return
Загрузка...
; + return
Загрузка...
; } return ( @@ -72,21 +72,21 @@ export function AccountsList() { /> ) : ( a.alias || ( - не задан + не задан ) )} {editingId === a.id ? ( -
+
) : (