mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
chore: Remove misleading commentary
This commit is contained in:
parent
68ed776785
commit
25d6881837
|
@ -96,7 +96,6 @@ class _ProvidersPageState extends State<ProvidersPage> {
|
||||||
onTap: () => context.pushRoute(const DnsDetailsRoute()),
|
onTap: () => context.pushRoute(const DnsDetailsRoute()),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
// TODO: When backups are fixed, show this card
|
|
||||||
_Card(
|
_Card(
|
||||||
state: isBackupInitialized
|
state: isBackupInitialized
|
||||||
? StateType.stable
|
? StateType.stable
|
||||||
|
|
Loading…
Reference in a new issue