Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkristensen committed Dec 4, 2024
1 parent 8d78f64 commit 8cc5e34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ const Cost = ({
const CostBreakdown = ({
order,
}: {
order: AdminOrder & { region: AdminRegion }
order: AdminOrder & { region?: AdminRegion | null }
}) => {
const { t } = useTranslation()
const [isTaxOpen, setIsTaxOpen] = useState(false)
Expand Down

0 comments on commit 8cc5e34

Please sign in to comment.