Skip to content

Commit d6b8a09

Browse files
committed
chore(#621): remove unused API_BASE_URL declaration from dashboard.ts
1 parent cb53cc6 commit d6b8a09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/lib/dashboard.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export interface DashboardAnalyticsMetric {
4545
unavailableText: string;
4646
}
4747

48-
4948
function shortenAddress(address: string): string {
5049
if (!address || address.length < 10) return address;
5150
return `${address.slice(0, 6)}...${address.slice(-4)}`;

0 commit comments

Comments
 (0)