Skip to content

Commit 5edc1c1

Browse files
rebased
1 parent 0aa02ea commit 5edc1c1

File tree

26 files changed

+18
-20
lines changed

26 files changed

+18
-20
lines changed

apps/dashboard/src/app/team/[team_slug]/[project_slug]/engine/analytics/filter.tsx renamed to apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/analytics/filter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
useResponsiveSearchParams,
66
useSetResponsiveSearchParams,
77
} from "responsive-rsc";
8-
import { DateRangeSelector } from "../../../../../../components/analytics/date-range-selector";
9-
import { IntervalSelector } from "../../../../../../components/analytics/interval-selector";
8+
import { DateRangeSelector } from "../../../../../../../components/analytics/date-range-selector";
9+
import { IntervalSelector } from "../../../../../../../components/analytics/interval-selector";
1010
import { getTxAnalyticsFiltersFromSearchParams } from "../lib/utils";
1111

1212
export function TransactionAnalyticsFilter() {
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ function EmptyChartContent(props: {
169169
<Button
170170
variant="primary"
171171
onClick={() => {
172-
router.push(
173-
`/team/${props.project.teamId}/${props.project.id}/engine/server-wallets`,
174-
);
172+
router.push("engine/server-wallets");
175173
}}
176174
>
177175
Create a server wallet
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { useAllChainsData } from "hooks/chains/allChains";
3737
import { ExternalLinkIcon, InfoIcon } from "lucide-react";
3838
import Link from "next/link";
3939
import { useState } from "react";
40-
import { ChainIconClient } from "../../../../../../../components/icons/ChainIcon";
40+
import { ChainIconClient } from "../../../../../../../../components/icons/ChainIcon";
4141
import type { Wallet } from "../../server-wallets/wallet-table/types";
4242
import type {
4343
Transaction,

0 commit comments

Comments
 (0)