Skip to content

Commit 29cea86

Browse files
committed
RI-7594: fix profile cmd issue
1 parent 893cf42 commit 29cea86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
v22

redisinsight/ui/src/packages/ri-explain/src/Explain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default function Explain({ command, data }: IExplain): JSX.Element {
8787

8888
const module = ModuleType.Search
8989

90-
if (command === 'ft.profile') {
90+
if (cmd === 'ft.profile') {
9191
try {
9292
const isNewResponse = typeof data[0].response[1]?.[0] === 'string'
9393

0 commit comments

Comments
 (0)