Remove unused parameters

This commit is contained in:
Nicola Benaglia
2025-04-12 17:56:04 +02:00
parent 72e47ab38e
commit 774d88561b
2 changed files with 185 additions and 151 deletions

View File

@@ -6,7 +6,7 @@ import { getBaseApiReact } from '../App';
import '../styles/CoreSyncStatus.css';
import { useTheme } from '@mui/material';
export const CoreSyncStatus = ({ imageSize, position }) => {
export const CoreSyncStatus = () => {
const [nodeInfos, setNodeInfos] = useState({});
const [coreInfos, setCoreInfos] = useState({});
const [isUsingGateway, setIsUsingGateway] = useState(false);