You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate unvote link clearing logic into VotingViewModel
Move the logic to clear the unvote link after a successful unvote operation from the UI layer into VotingViewModel.unvote(). This eliminates duplicate code that was present in both the swipe action and handleUnvote() method.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments