Skip to content

Commit f2ed3cb

Browse files
committed
Refactor primefaces#1484
1 parent 7b0e55a commit f2ed3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/orderlist/OrderListSubList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class OrderListSubList extends Component {
111111
let items = null;
112112

113113
if (this.props.header) {
114-
header = <div className="p-orderlist-caption">{this.props.header}</div>
114+
header = <div className="p-orderlist-header">{this.props.header}</div>
115115
}
116116

117117
if (this.props.value) {

0 commit comments

Comments
 (0)