Skip to content

Commit

Permalink
fix: backup screen activity item
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Feb 2, 2024
1 parent 45960a7 commit cd6c019
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/screens/Settings/BackupSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
RectanglesTwo,
SettingsIcon,
TagIcon,
TransferIcon,
UsersIcon,
} from '../../../styles/icons';
import { Caption13M, Caption13Up, Text01M } from '../../../styles/text';
Expand Down Expand Up @@ -156,13 +157,12 @@ const BackupSettings = ({
category: EBackupCategories.blocktank,
status: backup[EBackupCategories.blocktank],
},
// {
// Icon: TransferIcon,
// title: t('backup.category_transaction_log'),
// isSyncedKey: 'remoteLdkActivityBackupSynced',
// lastSync: backup.remoteLdkActivityBackupLastSync,
// syncRequired: backup.remoteLdkActivityBackupSyncRequired,
// },
{
Icon: TransferIcon,
title: t('backup.category_transaction_log'),
category: EBackupCategories.ldkActivity,
status: backup[EBackupCategories.ldkActivity],
},
{
Icon: SettingsIcon,
title: t('backup.category_settings'),
Expand Down

0 comments on commit cd6c019

Please sign in to comment.