Skip to content

Commit

Permalink
🐛 Forgor to add error to type
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrm committed Sep 11, 2022
1 parent 9e5d109 commit bdda3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/user/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Props = {
image: string;
bio: string;
};
error: any;
};

const User = ({ message, user, error }: Props) => {
Expand Down

1 comment on commit bdda3a2

@vercel
Copy link

@vercel vercel bot commented on bdda3a2 Sep 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crystal – ./

crystal-git-main-dnrm.vercel.app
crystal.medina.dev
crystal-dnrm.vercel.app

Please sign in to comment.