Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
framebassman committed May 1, 2024
1 parent 4486d3d commit 478a41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function isEmpty(origin: string) {
}

export const PayButton = (props: PayButtonProps) => {
const { roubles, label, targets, yandexMoneyAccount } = props;
const { roubles, label, yandexMoneyAccount } = props;
if (roubles <= 0 || isEmpty(yandexMoneyAccount)) {
return null;
} else {
Expand Down

0 comments on commit 478a41b

Please sign in to comment.