Skip to content

Commit

Permalink
unnecessary comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Arashayo committed Jul 27, 2023
1 parent f5e195b commit e1397c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/TextLink/TextLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TextLink.propTypes = {
/** content that will be displayed in the link */
text: PropTypes.string.isRequired,
/** boolean that indicates whether the link is external or internal */
external: PropTypes.bool,
external: PropTypes.bool
}

export default TextLink

0 comments on commit e1397c5

Please sign in to comment.