feat: latest tasks

This commit is contained in:
2024-09-01 21:44:22 +03:00
parent 45d80b7c86
commit 8b00f043d5
4 changed files with 7 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ const useMarketplacesPageState = () => {
const onSynchronize = (marketplace: MarketplaceSchema) => {
// If there is already synchronization task for this marketplace show notifications.error()
const task = tasks.find(task => task.info.marketplaceId === marketplace.id);
if (task) {
notifications.error({