Skip to content

Commit

Permalink
add spave after link
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmaneo committed Nov 6, 2023
1 parent 1e4503c commit 39b8836
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const ContentPackListItem = ({ pack, contentPackMetadata, onDeletePack, onInstal
<Row className="row-sm">
<Col md={9}>
<h3><Link to={Routes.SYSTEM.CONTENTPACKS.show(pack.id)}>{pack.name}</Link>
{' '}
<small>Latest
Version: {pack.rev} <ContentPackStatus contentPackId={pack.id} states={states} />
</small>
Expand Down Expand Up @@ -143,8 +144,6 @@ ContentPackListItem.propTypes = {
onInstall: PropTypes.func.isRequired,
};

ContentPackListItem.defaultProps = {

};
ContentPackListItem.defaultProps = {};

export default ContentPackListItem;

0 comments on commit 39b8836

Please sign in to comment.