Commit 2cfe52f6 authored by faisalhamdi's avatar faisalhamdi

number!

parent 502ef9aa
......@@ -13157,7 +13157,7 @@ export default class TableSubHolding extends Component {
}
}
}, {
name: `${(this.props.periode) + 1}`,
name: `${Number(this.props.periode) + 1}`,
options: {
customHeadRender: (columnMeta) => (
<th style={{ ...style2, color: '#fff', backgroundColor: '#07a7d0', fontSize: 13, top: 0, zIndex: 102, fontWeight: 1, width: 150, borderRight: "1px solid rgb(255, 255, 255)", padding: 0 }} >
......@@ -13202,7 +13202,7 @@ export default class TableSubHolding extends Component {
}
}
}, {
name: `${(this.props.periode) + 2}`,
name: `${Number(this.props.periode) + 2}`,
options: {
customHeadRender: (columnMeta) => (
<th style={{ ...style2, color: '#fff', backgroundColor: '#07a7d0', fontSize: 13, top: 0, zIndex: 102, fontWeight: 1, width: 150, borderRight: "1px solid rgb(255, 255, 255)", padding: 0 }} >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment