Skip to content

Commit

Permalink
project-card.cjsx: provide default value for props.project (#6856)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdl-github authored Oct 1, 2023
1 parent a4996fb commit 91e379f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/partials/project-card.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ProjectCard = createReactClass
imageSrc: ''
href: ''
landingPage: false
project: {}

render: ->
conditionalStyle = {}
Expand Down

0 comments on commit 91e379f

Please sign in to comment.