chore: Linter warnings
This commit is contained in:
parent
a2b689e69a
commit
073861f220
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@ const loadTranslationStatus = async (setter) => {
|
|||
}
|
||||
}
|
||||
|
||||
const Status = ({ done, approved, language }) => {
|
||||
const Status = ({ done, approved }) => {
|
||||
const option = {
|
||||
series: [
|
||||
{
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { useState } from 'react'
|
||||
import * as echarts from 'echarts'
|
||||
import ReactECharts from 'echarts-for-react'
|
||||
import { Popout } from 'shared/components/popout.mjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue