mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Fix formatting.
This commit is contained in:
@@ -505,9 +505,7 @@ export const useSlashCommandProcessor = (
|
|||||||
const props = result.props as Record<string, unknown>;
|
const props = result.props as Record<string, unknown>;
|
||||||
if (
|
if (
|
||||||
!props ||
|
!props ||
|
||||||
|
|
||||||
typeof props['name'] !== 'string' ||
|
typeof props['name'] !== 'string' ||
|
||||||
|
|
||||||
typeof props['displayName'] !== 'string' ||
|
typeof props['displayName'] !== 'string' ||
|
||||||
!props['definition']
|
!props['definition']
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user