Версия 3.25.0: исправлено добавление слов в словарь
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s
This commit is contained in:
@@ -639,12 +639,6 @@ function Wishlist({ onNavigate, refreshTrigger = 0, isActive = false, initialBoa
|
||||
<>
|
||||
<div className="wishlist-grid">
|
||||
{items.map(renderItem)}
|
||||
<button
|
||||
onClick={handleAddClick}
|
||||
className="add-wishlist-button"
|
||||
>
|
||||
<div className="add-wishlist-icon">+</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{/* Завершённые */}
|
||||
|
||||
Reference in New Issue
Block a user