Styling fix

This commit is contained in:
moon 2022-04-15 06:54:15 -07:00
parent 941b068cd5
commit 51c6ee753c
1 changed files with 1 additions and 3 deletions

View File

@ -54,15 +54,13 @@ function RestAPIFilters( {
return filters.map( ( filter, index ) => {
// eslint-disable-next-line camelcase
const {
const {
endpoint,
dot_notation: dotNotation,
replacement,
enabled,
} = filter;
// eslint-disable-next-line camelcase
const dotNotation = dot_notation;
return (
<tr key={ index }>
<td key={ 0 }>{ index + 1 }</td>