Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Dec 16, 2016
1 parent 50adbe3 commit 389debd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ProjectGroup.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import React from 'react'
import Project from './Project'
import { startCase } from 'lodash'

export default function ProjectGroup ({title, description, projects = []}) {
if (!projects.length) return

return (
<div className="project-group">
<h1>
{startCase(title)}
{title}

<small className="text-muted description">
{description}
Expand Down

0 comments on commit 389debd

Please sign in to comment.