We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e0a4f commit 7f5d8c1Copy full SHA for 7f5d8c1
src/app/(protected)/network/page.tsx
@@ -22,9 +22,9 @@ export default function NetworkPage() {
22
/>
23
24
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
25
- <SubscriptionSection subscriptions={subscriptionsQuery.data?.subscriptions || []} />
26
-
27
<NodeSection nodes={nodesQuery.data?.nodes.edges || []} isLoading={nodesQuery.isLoading} />
+
+ <SubscriptionSection subscriptions={subscriptionsQuery.data?.subscriptions || []} />
28
</div>
29
30
</ResourcePage>
0 commit comments