Skip to content

Commit c227520

Browse files
committed
refactor: remove unused fields from transaction query and clean up imports in layout
1 parent c065c47 commit c227520

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/modules/search/searchQuery.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ export const searchQuery = graphql(`
2222
}
2323
transaction(id: $search) {
2424
id
25-
from {
26-
id
27-
}
28-
to {
29-
id
30-
}
3125
}
3226
}
3327
`);

src/routes/$chainSlug/_layout/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { SUPPORTED_CHAINS } from '@/config';
22
import { createFileRoute, useLocation } from '@tanstack/react-router';
3-
import { useEffect } from 'react';
43
import { AppsPreviewTable } from '@/modules/apps/AppsPreviewTable';
54
import { DatasetsPreviewTable } from '@/modules/datasets/DatasetsPreviewTable';
65
import { DealsPreviewTable } from '@/modules/deals/DealsPreviewTable';

0 commit comments

Comments
 (0)