mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
`yarn lint --fix + yarn prettier:write`
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user