mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 05:25:44 +01:00
removed brace in string typed className-Prop
This commit is contained in:
@@ -110,7 +110,7 @@ class RepositoryEntry extends React.Component<Props> {
|
||||
<p className="is-marginless">
|
||||
<strong>{repository.name}</strong>
|
||||
</p>
|
||||
<p className={"shorten-text"}>{repository.description}</p>
|
||||
<p className="shorten-text">{repository.description}</p>
|
||||
</div>
|
||||
<nav className="level is-mobile">
|
||||
<div className="level-left">
|
||||
|
||||
Reference in New Issue
Block a user