Skip to content

Commit

Permalink
Update RecipientInfo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekum-Emmanuella authored May 7, 2024
1 parent e29b487 commit 28a1b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions power-pay-frontend/src/components/RecipientInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface FormValues {
amount: string;
}

const UserInfo: React.FC = () => {
const RecipientInfo: React.FC = () => {
const formik = useFormik<FormValues>({
initialValues: {
phone: '',
Expand Down Expand Up @@ -64,4 +64,4 @@ const UserInfo: React.FC = () => {
);
}

export default UserInfo;
export default RecipientInfo;

0 comments on commit 28a1b64

Please sign in to comment.