Commit 82626371 authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

issue

See merge request !1246
parents 30c0b57a 1a0ff453
...@@ -9378,6 +9378,8 @@ export default class TableSubHolding extends Component { ...@@ -9378,6 +9378,8 @@ export default class TableSubHolding extends Component {
{tableMeta.rowData[0] === 4 ? {tableMeta.rowData[0] === 4 ?
null null
: tableMeta.rowData[0] === 1 ? : tableMeta.rowData[0] === 1 ?
null :
String(tableMeta.rowData[5]).toLocaleLowerCase() === "control (should be nil)" ?
null : null :
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<FormControlLabel <FormControlLabel
...@@ -9511,6 +9513,8 @@ export default class TableSubHolding extends Component { ...@@ -9511,6 +9513,8 @@ export default class TableSubHolding extends Component {
{tableMeta.rowData[0] === 4 ? {tableMeta.rowData[0] === 4 ?
null null
: tableMeta.rowData[0] === 1 ? : tableMeta.rowData[0] === 1 ?
null :
String(tableMeta.rowData[5]).toLocaleLowerCase() === "control (should be nil)" ?
null : null :
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<FormControlLabel <FormControlLabel
...@@ -9645,6 +9649,8 @@ export default class TableSubHolding extends Component { ...@@ -9645,6 +9649,8 @@ export default class TableSubHolding extends Component {
{tableMeta.rowData[0] === 4 ? {tableMeta.rowData[0] === 4 ?
null null
: tableMeta.rowData[0] === 1 ? : tableMeta.rowData[0] === 1 ?
null :
String(tableMeta.rowData[5]).toLocaleLowerCase() === "control (should be nil)" ?
null : null :
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<FormControlLabel <FormControlLabel
...@@ -9778,6 +9784,8 @@ export default class TableSubHolding extends Component { ...@@ -9778,6 +9784,8 @@ export default class TableSubHolding extends Component {
{tableMeta.rowData[0] === 4 ? {tableMeta.rowData[0] === 4 ?
null null
: tableMeta.rowData[0] === 1 ? : tableMeta.rowData[0] === 1 ?
null :
String(tableMeta.rowData[5]).toLocaleLowerCase() === "control (should be nil)" ?
null : null :
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<FormControlLabel <FormControlLabel
...@@ -13064,6 +13072,8 @@ export default class TableSubHolding extends Component { ...@@ -13064,6 +13072,8 @@ export default class TableSubHolding extends Component {
{tableMeta.rowData[0] === 4 ? {tableMeta.rowData[0] === 4 ?
null null
: tableMeta.rowData[0] === 1 ? : tableMeta.rowData[0] === 1 ?
null :
String(tableMeta.rowData[5]).toLocaleLowerCase() === "control (should be nil)" ?
null : null :
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<FormControlLabel <FormControlLabel
...@@ -13113,6 +13123,8 @@ export default class TableSubHolding extends Component { ...@@ -13113,6 +13123,8 @@ export default class TableSubHolding extends Component {
{tableMeta.rowData[0] === 4 ? {tableMeta.rowData[0] === 4 ?
null null
: tableMeta.rowData[0] === 1 ? : tableMeta.rowData[0] === 1 ?
null :
String(tableMeta.rowData[5]).toLocaleLowerCase() === "control (should be nil)" ?
null : null :
<div style={{ flex: 1 }}> <div style={{ flex: 1 }}>
<FormControlLabel <FormControlLabel
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