Skip to content

Commit

Permalink
Another small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
S3Prototype committed May 15, 2021
1 parent 22e3159 commit 2dd284c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Admin/AddRobotCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ function AddRobotCard(props) {
original: props.robot,
new:{
imageData: previewImage,
name: newRobotName || props.robot.name
name: newRobotName || props.robot.name,
email: user.data.email,
},
}),
headers: {
'Content-Type': `application/json`,
'authorization': `Bearer ${user.data.accessToken}`

},
})

Expand Down

1 comment on commit 2dd284c

@vercel
Copy link

@vercel vercel bot commented on 2dd284c May 15, 2021

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:

famous-robots – ./

famous-robots.vercel.app
famous-robots-s3prototype.vercel.app
famous-robots-git-main-s3prototype.vercel.app

Please sign in to comment.