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.
2 parents cb53cc6 + d6b8a09 commit 966cabfCopy full SHA for 966cabf
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