Skip to content

Commit 417fdb4

Browse files
committed
refactor(account): update content prefs route
- Updated route name
1 parent c3eae65 commit 417fdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/account_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AccountPage extends StatelessWidget {
4444
title: Text(l10n.accountContentPreferencesTile),
4545
trailing: const Icon(Icons.chevron_right),
4646
onTap: () {
47-
context.goNamed(Routes.accountContentPreferencesName);
47+
context.goNamed(Routes.manageFollowedItemsName); // Updated route
4848
},
4949
),
5050
const Divider(), // Divider after Content Preferences

0 commit comments

Comments
 (0)