Skip to content

Commit 45a4bed

Browse files
authored
Merge pull request #64 from checkr/kurt/rm-bullet
Fix list item for alert in "Deploy Features"
2 parents f5226d2 + ac3843b commit 45a4bed

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

dashboard/src/components/ProjectDeploy.js

+4-8
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,10 @@ class ProjectDeploy extends Component {
8080

8181
if (_.isEmpty(records)) {
8282
return(
83-
<ul className="list-group">
84-
<li>
85-
<Alert color="info">
86-
This project has no deployable features. Do some work and come back!
87-
</Alert>
88-
</li>
89-
</ul>
90-
)
83+
<Alert color="info">
84+
This project has no deployable features. Do some work and come back!
85+
</Alert>
86+
)
9187
}
9288

9389
let includedClass = ""

0 commit comments

Comments
 (0)