Skip to content

Commit

Permalink
glo - add showLoading
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jun 19, 2024
1 parent b325aba commit 189e5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/StableInsights.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ export default function StableInsights({ }: {}) {

return (
<>
<ShowLoading dataLoading={[isLoading]} dataValidating={[isValidating]} />
{sortedTableData && data && (
<div className="flex flex-col gap-y-[15px]">
<div className="flex items-center gap-x-[8px]">
Expand Down

0 comments on commit 189e5f8

Please sign in to comment.