Skip to content

Commit

Permalink
remove placeholder (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin authored Dec 20, 2023
1 parent 546aa2a commit 4903e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Admin/Charity/Banking/PayoutMethod/Loaded.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Loaded(props: BankingApplicationDetails) {
{isRejected && (
<p className="text-sm text-red my-2">
<Icon type="Info" className="relative inline bottom-px mr-1" />
<span>hello world hahadhfa1209312038</span>
<span>{props.rejectionReason}</span>
</p>
)}

Expand Down

0 comments on commit 4903e8a

Please sign in to comment.