Styling fix
This commit is contained in:
parent
941b068cd5
commit
51c6ee753c
|
@ -54,15 +54,13 @@ function RestAPIFilters( {
|
||||||
|
|
||||||
return filters.map( ( filter, index ) => {
|
return filters.map( ( filter, index ) => {
|
||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
const {
|
const {
|
||||||
endpoint,
|
endpoint,
|
||||||
dot_notation: dotNotation,
|
dot_notation: dotNotation,
|
||||||
replacement,
|
replacement,
|
||||||
enabled,
|
enabled,
|
||||||
} = filter;
|
} = filter;
|
||||||
|
|
||||||
// eslint-disable-next-line camelcase
|
|
||||||
const dotNotation = dot_notation;
|
|
||||||
return (
|
return (
|
||||||
<tr key={ index }>
|
<tr key={ index }>
|
||||||
<td key={ 0 }>{ index + 1 }</td>
|
<td key={ 0 }>{ index + 1 }</td>
|
||||||
|
|
Loading…
Reference in New Issue