Skip to content

Commit

Permalink
remove stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kategreenUSDS committed Oct 16, 2024
1 parent cbe1042 commit c029f49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/features/job/payment/paymentSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export const { addPayment, removePayment, setPaymentItem } = PaymentSlice.action

export const selectPaymentItemAt = (state: RootState, id: string) => state.payment.byId[id]

// payments by job need job id
// way to iterate
// return state object
export const selectPaymentsByJob = (state: RootState, jobId: string) => {
let selectedPayments: PaymentState = initialState

Expand Down

0 comments on commit c029f49

Please sign in to comment.