Skip to content

Commit 652f42b

Browse files
RI-7400: resolve review comments
1 parent 0f7cbd4 commit 652f42b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

redisinsight/ui/src/components/virtual-grid/VirtualGrid.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ const VirtualGrid = (props: IProps) => {
186186

187187
if (rowIndex === 0) {
188188
const isLastColumn = columns.length - 1 === columnIndex
189-
console.log('____ content', content)
190189
return (
191190
<hgroup className={styles.gridHeaderCell} ref={cellRef} style={style}>
192191
<div

redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/messages-view/MessagesViewWrapper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import MessageClaimPopover from './MessageClaimPopover'
3535
import MessageAckPopover from './MessageAckPopover'
3636

3737
import styles from './MessagesView/styles.module.scss'
38-
import {numberWithSpaces} from 'uiSrc/utils/numbers'
3938

4039
const actionsWidth = 150
4140
const minColumnWidth = 195

0 commit comments

Comments
 (0)