chore: Remove comments

This commit is contained in:
Dries Augustyns
2026-01-01 14:08:08 +01:00
parent 76786b2eae
commit da7f3e5718
19 changed files with 22 additions and 96 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ export default function Manage() {
const data = await network.fetch<ContactInfo>('GET', `/contacts/public/${id}`);
setContact(data);
// Load translations for the project's language
const t = await createTranslator(data.language || 'en');
const t = await createTranslator(data.language || 'en');
setTranslator(t);
setError(null);