Skip to content

Commit 402dfd4

Browse files
committed
wrap profileType in brackets
1 parent da2b047 commit 402dfd4

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/workbench/components/wb-results/WBResults

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/workbench/components/wb-results/WBResults/WBResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const WBResults = (props: Props) => {
105105
resultsMode={resultsMode}
106106
db={db}
107107
onQueryOpen={() => onQueryOpen(id)}
108-
onQueryProfile={profileType => handleQueryProfile(
108+
onQueryProfile={(profileType) => handleQueryProfile(
109109
profileType,
110110
{ command, mode, resultsMode },
111111
)}

0 commit comments

Comments
 (0)