Skip to content

Commit

Permalink
CHG removed unecesary arrow function
Browse files Browse the repository at this point in the history
  • Loading branch information
dolf321 committed Jul 22, 2023
1 parent 62dacf7 commit 0233fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function EmbedImage({embedImage}) {
type="text"
onChange={(e) => setImageURL(e.target.value)}
/>
<Button className={classes.button} variant="outlined" onClick={() => handleEmbedImage()}>
<Button className={classes.button} variant="outlined" onClick={handleEmbedImage}>
Embed
</Button>
</Box>
Expand Down

0 comments on commit 0233fe8

Please sign in to comment.