diff --git a/src/renderer/components/+preferences/kubeconfig-syncs.tsx b/src/renderer/components/+preferences/kubeconfig-syncs.tsx index 35194408cd..13ac8d6d46 100644 --- a/src/renderer/components/+preferences/kubeconfig-syncs.tsx +++ b/src/renderer/components/+preferences/kubeconfig-syncs.tsx @@ -55,7 +55,7 @@ export class KubeconfigSyncs extends React.Component { const mapEntries = await Promise.all( iter.map( UserStore.getInstance().syncKubeconfigEntries, - filePath => getMapEntry({ filePath }), + ([filePath, ...value]) => getMapEntry({ filePath, ...value }), ), );