Skip to content

Commit

Permalink
quickfix (#1005)
Browse files Browse the repository at this point in the history
Co-authored-by: jmzwar <[email protected]>
  • Loading branch information
jmzwar and jmzwar authored Nov 3, 2023
1 parent 7bd2911 commit fb037e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v2/perps-v2/ui/src/hooks/useLiquidations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ export function useLiquidations() {
pollInterval: 10000,
});

const isLoading = loading || marketConfigsLoading;

return {
data: queryData?.positionLiquidateds ? parsedLiquidationData(queryData) : undefined,
loading,
loading: isLoading,
error,
};
}

1 comment on commit fb037e4

@vercel
Copy link

@vercel vercel bot commented on fb037e4 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v2-storybook – ./v2/ui

v2-storybook-synthetixio.vercel.app
v2-storybook-git-master-synthetixio.vercel.app
staking-storybook.vercel.app

Please sign in to comment.