Fix dangling 'if (!isMoneroOnly) ...[' in support_view_model.dart #8

Merged
such-gitea merged 1 commits from github-such-software/hash-wallet:dev into dev 2026-05-16 12:26:16 -04:00

View File

@@ -63,7 +63,6 @@ abstract class SupportViewModelBase with Store {
icon: 'assets/images/trocador.png', icon: 'assets/images/trocador.png',
linkTitle: 'mail@trocador.app', linkTitle: 'mail@trocador.app',
link: 'mailto:mail@trocador.app'), link: 'mailto:mail@trocador.app'),
if (!isMoneroOnly) ...[
]; ];
final docsUrl = 'https://github.com/Such-Software/hash-wallet'; final docsUrl = 'https://github.com/Such-Software/hash-wallet';