Skip to content

Commit

Permalink
fix: type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Dec 23, 2022
1 parent 6589e7b commit ad03675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface ListItemProps {
}

interface ShoppingDetailTableProps {
shoppingListInfo: CustomFieldItems,
shoppingListInfo: any,
currencyToken: string,
setIsRequestLoading: (value: boolean) => void,
shoppingListId: number | string,
Expand Down

0 comments on commit ad03675

Please sign in to comment.