Skip to content

Commit

Permalink
fix(ffe-lists-react): fjern defaultprops
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleneKassandra committed Mar 13, 2024
1 parent 79b0cb9 commit 490999e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ffe-lists-react/src/DetailListCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const DetailListCard = props => {
);
};

DetailListCard.defaultProps = {};

DetailListCard.propTypes = {
/** Additional classnames */
className: string,
Expand Down

0 comments on commit 490999e

Please sign in to comment.