Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbappai committed Sep 17, 2023
2 parents d6b7ca5 + 86406f8 commit 3f7e2a4
Show file tree
Hide file tree
Showing 28 changed files with 1,620 additions and 372 deletions.
2 changes: 1 addition & 1 deletion components/BillingsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const [isDeleteModalOpen, setIsDeleteModalOpen] = useState(false)
const {paseto} = useAuthContext()

function closeDrawerHandler(){
queryClient.invalidateQueries(['services'])
queryClient.invalidateQueries(['banks'])
closeDrawer(!isDrawerOpen)
}

Expand Down
2 changes: 2 additions & 0 deletions components/BookingsPage/Bookings.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export interface Order {
quantity: number,
user: any[],
orderStatus: string,
ticketDetails: any,
redeemStatus: string,
targetDate: string,
ticketStatus: string,
unitPrice:number,
Expand Down
Loading

0 comments on commit 3f7e2a4

Please sign in to comment.