fix bad text in pop-up, and fix name of class

This commit is contained in:
2023-12-13 08:57:24 -07:00
parent 04df0d4eff
commit 8dbfcd38d3
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ interface Notification {
}
@Component({ components: { QuickNav } })
export default class ContactsView extends Vue {
export default class ContactAmountssView extends Vue {
$notify!: (notification: Notification, timeout?: number) => void;
activeDid = "";