Skip to content

Commit 6ed135d

Browse files
committed
#RI-4068 - [FE] Extra indentation in the text of the command name in Workbench
1 parent 0a3760d commit 6ed135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/query-card/QueryCardTooltip/QueryCardTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const QueryCardTooltip = (props: Props) => {
6363
position="bottom"
6464
>
6565
<span data-testid="query-card-tooltip-anchor">
66-
{`${!isGroupResults(resultsMode) ? getDbIndex(db) : ''} ${command}`}
66+
{`${!isGroupResults(resultsMode) ? getDbIndex(db) : ''} ${command}`.trim()}
6767
</span>
6868
</EuiToolTip>
6969
)

0 commit comments

Comments
 (0)