6.11.4: Товары перенесены из таба в профиль
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s

This commit is contained in:
poignatov
2026-03-11 09:34:36 +03:00
parent 20778d6d39
commit a35797a1f9
7 changed files with 68 additions and 39 deletions

View File

@@ -531,6 +531,7 @@ function ShoppingList({ onNavigate, refreshTrigger = 0, isActive = false, initia
return (
<div className="shopping-list">
<button className="close-x-button" onClick={() => window.history.back()}></button>
<BoardSelector
boards={boards}
selectedBoardId={selectedBoardId}