Skip to content

Commit

Permalink
Remove renaming feed logic
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Oct 9, 2023
1 parent b42ee44 commit 5ebfebf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/contexts/SettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,6 @@ export const SettingsProvider = (props: { children: ContextChildren }) => {
if (!fwr) {
addAvailableFeed(feedLatestWithReplies, true, true);
}
else if (fwr.name === 'Latest with replies') {
renameAvailableFeed(fwr, feedLatestWithRepliesLabel);
}

setTimeout(() => {
loadSettings(publicKey);
Expand Down

0 comments on commit 5ebfebf

Please sign in to comment.