(chore): cleaning up formatting and relative references

This commit is contained in:
Matthew Raymer
2025-02-06 14:08:54 +00:00
parent 52cbe81f23
commit 15783cdbe6
10 changed files with 98 additions and 93 deletions

View File

@@ -125,7 +125,7 @@ export const shortDid = (did: string) => {
} else {
return did.substring(0, did.indexOf(":", 4) + 7) + "...";
}
}
};
export const nameForDid = (
activeDid: string,