`yarn lint --fix + yarn prettier:write`

This commit is contained in:
Aj - Thomas
2022-05-02 15:11:28 +02:00
parent c95df0a07b
commit 8c1dce68b7
2 changed files with 17 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ import { Download } from 'tabler-icons-react';
import { useConfig } from '../../tools/state';
export default function SaveConfigComponent(props: any) {
const { config } = useConfig();
function onClick(e: any) {
if (config) {