File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ export const ReadSessionHeader = () => (
2828export const WriteLagsHeader = ( ) => (
2929 < LabelWithPopover
3030 className = { b ( 'lags' ) }
31- text = { PARTITIONS_COLUMNS_TITILES [ PARTITIONS_COLUMNS_IDS . READ_LAGS ] }
32- popoverContent = { < LagPopoverContent text = { i18n ( 'lagsPopover.readLags ' ) } type = "read " /> }
31+ text = { PARTITIONS_COLUMNS_TITILES [ PARTITIONS_COLUMNS_IDS . WRITE_LAGS ] }
32+ popoverContent = { < LagPopoverContent text = { i18n ( 'lagsPopover.writeLags ' ) } type = "write " /> }
3333 />
3434) ;
3535
3636export const ReadLagsHeader = ( ) => (
3737 < LabelWithPopover
3838 className = { b ( 'lags' ) }
39- text = { PARTITIONS_COLUMNS_TITILES [ PARTITIONS_COLUMNS_IDS . WRITE_LAGS ] }
40- popoverContent = { < LagPopoverContent text = { i18n ( 'lagsPopover.writeLags ' ) } type = "write " /> }
39+ text = { PARTITIONS_COLUMNS_TITILES [ PARTITIONS_COLUMNS_IDS . READ_LAGS ] }
40+ popoverContent = { < LagPopoverContent text = { i18n ( 'lagsPopover.readLags ' ) } type = "read " /> }
4141 />
4242) ;
4343
You can’t perform that action at this time.
0 commit comments