chore: Fixing linter warnings
This commit is contained in:
parent
8225009e96
commit
a32e73f2fc
28 changed files with 88 additions and 175 deletions
|
@ -3,7 +3,6 @@ import { useTranslation } from 'next-i18next'
|
|||
|
||||
const TextOnPath = (props) => {
|
||||
const { t } = useTranslation(['plugin'])
|
||||
const text = []
|
||||
// Handle translation
|
||||
let translated = ''
|
||||
for (let string of props.path.attributes.getAsArray('data-text')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue