mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
fix bugs found by sonarqube
This commit is contained in:
@@ -92,7 +92,7 @@ export default class CardColumn extends React.Component<Props> {
|
||||
</p>
|
||||
<p className="shorten-text">{description}</p>
|
||||
</ContentLeft>
|
||||
<ContentRight>{contentRight && contentRight}</ContentRight>
|
||||
<ContentRight>{contentRight}</ContentRight>
|
||||
</div>
|
||||
<FooterWrapper className={classNames("level", "is-flex")}>
|
||||
<div className="level-left is-hidden-mobile">{footerLeft}</div>
|
||||
|
||||
Reference in New Issue
Block a user