Skip to content

Commit

Permalink
fix beans
Browse files Browse the repository at this point in the history
  • Loading branch information
shalomtaiwo committed Oct 22, 2023
1 parent ef1b312 commit 44a534f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const MobileCustomerDashboard = ({ data }: { data: PurchaseData[] }) => {
isOpen={isModalOpen}
onClose={closeModal}
product={selectedOrder?.product_id || ''}
customerID={selectedOrder?.customer_id || ''}
user={selectedOrder?.customer_id || ''}
/>
</div>
</div>
Expand Down

0 comments on commit 44a534f

Please sign in to comment.