Skip to content

Commit d3f9e7c

Browse files
committed
revert white spacing
1 parent f6769d7 commit d3f9e7c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ const WBResults = (props: Props) => {
7777
<div className={styles.wrapper}>
7878
{!isResultsLoaded && (
7979
<ProgressBarLoader
80-
color="primary"
81-
data-testid="progress-wb-history"
82-
/>
80+
color="primary"
81+
data-testid="progress-wb-history"
82+
/>
8383
)}
8484
{!!items?.length && (
8585
<div className={styles.header}>

0 commit comments

Comments
 (0)