Skip to content

Commit

Permalink
fix(data): added default data as object
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Nov 29, 2016
1 parent 6123587 commit b8b4104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/LazyCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ LazyCard.defaultProps = {
title: '',
attributes: {},
autoLoad: false,
lazyLoad: true
lazyLoad: true,
data: {}
}

0 comments on commit b8b4104

Please sign in to comment.