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 cb53cc6 commit d6b8a09Copy full SHA for d6b8a09
1 file changed
frontend/src/lib/dashboard.ts
@@ -45,7 +45,6 @@ export interface DashboardAnalyticsMetric {
45
unavailableText: string;
46
}
47
48
-
49
function shortenAddress(address: string): string {
50
if (!address || address.length < 10) return address;
51
return `${address.slice(0, 6)}...${address.slice(-4)}`;
0 commit comments