Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dariaterekhova-actionengine committed Dec 4, 2024
1 parent 1acd01e commit 1499877
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/bookmarks-panel/bookmarks-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ export const BookmarksPanel = ({
setPopoverType(
bookmarks.length ? PopoverType.uploadWarning : PopoverType.upload
);
},1)

}, 1);
}}
onDownloadBookmarks={onDownloadBookmarks}
onCollapsed={onCollapsed}
Expand Down

0 comments on commit 1499877

Please sign in to comment.