Skip to content

Commit

Permalink
empty default
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomont committed Oct 17, 2023
1 parent 25e223d commit c6163dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ErrorView } from "./ErrorView";

export type Amount = { value: string; currency: Currency };

const FIXED_AMOUNT_DEFAULT_VALUE = "0";
const FIXED_AMOUNT_DEFAULT_VALUE = "";
const CURRENCY_DEFAULT_VALUE = "USD";

type Props = {
Expand Down

0 comments on commit c6163dc

Please sign in to comment.