fix: coerce claudeCodeStatus/Version null→undefined for AppCommandsConfig

This commit is contained in:
Test
2026-04-04 16:46:25 +02:00
parent 313b11fb0e
commit 3c4f6ccabd

View File

@@ -484,8 +484,8 @@ function App() {
vaultCount: vaultSwitcher.allVaults.length,
mcpStatus,
onInstallMcp: installMcp,
claudeCodeStatus,
claudeCodeVersion,
claudeCodeStatus: claudeCodeStatus ?? undefined,
claudeCodeVersion: claudeCodeVersion ?? undefined,
onEmptyTrash: deleteActions.handleEmptyTrash,
trashedCount: deleteActions.trashedCount,
onReloadVault: vault.reloadVault,