Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Jun 13, 2024
1 parent e7fbabd commit 85aab54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/Pacs/components/SeriesCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,11 @@ const SeriesCardCopy = ({ series }: { series: any }) => {
});
}

<<<<<<< HEAD
if (pushCount > 0 && pushCount === totalFilesCount && isFetching) {
=======
if (pushCount > 0 && isFetching) {
>>>>>>> a20afa3a (refactor: cleanup)
// This means oxidicom is done pushing as the push count file is available
// cancel polling
setIsFetching(false);
Expand Down
2 changes: 0 additions & 2 deletions src/components/PluginCatalog/PluginCatalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ const PluginCatalog = () => {
});
};

console.log("Page State", pageState);

return (
<>
<DisplayPage
Expand Down

0 comments on commit 85aab54

Please sign in to comment.