Skip to content

Commit 230c8d3

Browse files
committed
* add line.authority to prop types
1 parent 435c5b6 commit 230c8d3

File tree

1 file changed

+1
-0
lines changed
  • src/components/AgreementLineSections/Info

1 file changed

+1
-0
lines changed

src/components/AgreementLineSections/Info/Info.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const propTypes = {
2929
line: PropTypes.shape({
3030
activeFrom: PropTypes.string,
3131
activeTo: PropTypes.string,
32+
authority: PropTypes.string,
3233
dateCreated: PropTypes.string,
3334
description: PropTypes.string,
3435
id: PropTypes.string,

0 commit comments

Comments
 (0)