[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-08-27 07:15:51 +00:00 committed by GitHub
parent 4710c28db5
commit 62e6a4c017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,7 +218,9 @@ export const SyncNetworks = ({ serverId }: Props) => {
variant="outline"
size="xs"
isLoading={resyncMutation.isPending}
onClick={() => onResync(changed.networkId, changed.name)}
onClick={() =>
onResync(changed.networkId, changed.name)
}
>
<RotateCcw className="size-3.5" />
Update