remove "Contacts" h3

This commit is contained in:
Martti Malmi 2021-02-22 19:53:20 +02:00 committed by GitHub
parent a88c36b4c1
commit ffd279bb64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,6 @@ class Contacts extends View {
});
return html`
<div class="centered-container">
<h3>${t('contacts')}</h3>
<div id="contacts-list">
${keys.map(k => {
return html`