We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3760d commit 6ed135dCopy full SHA for 6ed135d
redisinsight/ui/src/components/query-card/QueryCardTooltip/QueryCardTooltip.tsx
@@ -63,7 +63,7 @@ const QueryCardTooltip = (props: Props) => {
63
position="bottom"
64
>
65
<span data-testid="query-card-tooltip-anchor">
66
- {`${!isGroupResults(resultsMode) ? getDbIndex(db) : ''} ${command}`}
+ {`${!isGroupResults(resultsMode) ? getDbIndex(db) : ''} ${command}`.trim()}
67
</span>
68
</EuiToolTip>
69
)
0 commit comments