Skip to content

Commit

Permalink
refactor:types check
Browse files Browse the repository at this point in the history
  • Loading branch information
ademsuslu committed Nov 15, 2024
1 parent 9552087 commit e23a874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/detay/buttons-export.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { TiTick } from "react-icons/ti";

type ButtonsExportProps = {
data: Customer
type: "reminder" | "customer"
type?: "reminder" | "customer"
};
const ButtonsExport: React.FC<ButtonsExportProps> = ({ data, type }) => {
const { toast } = useToast()
Expand Down

0 comments on commit e23a874

Please sign in to comment.