diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx
index 98bdce3..5ce2e07 100644
--- a/src/routes/contacts.index.tsx
+++ b/src/routes/contacts.index.tsx
@@ -284,6 +284,33 @@ function ContactsIndex() {
))}
+
+
+ {"ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("").concat("#").map((L) => {
+ const count = letterCounts[L] ?? 0;
+ const disabled = count === 0;
+ return (
+
+ );
+ })}
+
{selected.size > 0 && (