1
0
Fork 0

chore: Linter warnings

This commit is contained in:
Joost De Cock 2023-07-05 21:06:33 +02:00
parent a2b689e69a
commit 073861f220
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,7 @@ const loadTranslationStatus = async (setter) => {
}
}
const Status = ({ done, approved, language }) => {
const Status = ({ done, approved }) => {
const option = {
series: [
{

View file

@ -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'