Skip to content

Commit

Permalink
Revert change that was made locally for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
brundonsmith committed Nov 10, 2023
1 parent f133d57 commit d5f4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/components/Tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (awaitingPurchaseRecord) {
export default observer(() => {
const state = useObservableState({
code: '',
purchaseModalState: 'selection' as 'none' | 'selection' | 'payment'
purchaseModalState: 'none' as 'none' | 'selection' | 'payment'
})

const closePurchaseModal = useStable(() => () => {
Expand Down

0 comments on commit d5f4441

Please sign in to comment.