Skip to content

Commit

Permalink
Merge pull request #854 from 0x1-company/skip-available
Browse files Browse the repository at this point in the history
fix: πŸ› skip available count
  • Loading branch information
tomokisun authored Oct 21, 2023
2 parents 8668594 + 12e553c commit 9cf63dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/GodPackage/Sources/PollFeature/Poll.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public struct PollLogic: Reducer {
let element = state.pollQuestions.elements[0]
state.currentPollQuestionId = element.id
state.currentPollQuestionPosition = 1
state.skipAvailableCount = state.poll.skipAvailableCount
return .none

case .alert(.dismiss):
Expand Down

0 comments on commit 9cf63dc

Please sign in to comment.