File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ export const SourceInfo = ({
319
319
style = { ButtonStyleType . neutral }
320
320
ariaLabel = "URLs"
321
321
/>
322
- < div className = "border__primary--left w-1 h-100" />
322
+ < div className = "divider__primary h-100" />
323
323
</ >
324
324
) }
325
325
@@ -355,7 +355,7 @@ export const SourceInfo = ({
355
355
} }
356
356
ariaLabel = { isHibernated ? 'Unhibernate' : 'Hibernate' }
357
357
/>
358
- < div className = "border__primary--left w-1 h-100" />
358
+ < div className = "divider__primary h-100" />
359
359
</ >
360
360
) }
361
361
@@ -387,7 +387,7 @@ export const SourceInfo = ({
387
387
} }
388
388
ariaLabel = "restart workloads"
389
389
/>
390
- < div className = "border__primary--left w-1 h-100" />
390
+ < div className = "divider__primary h-100" />
391
391
</ >
392
392
) }
393
393
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const ChartHeaderFilter = ({
181
181
const toggleDeprecated = ( ) : void => {
182
182
const value = ( includeDeprecated + 1 ) % 2
183
183
handleFilterChanges ( value , CHART_KEYS . DEPRECATED )
184
- if ( ! ! value ) {
184
+ if ( value ) {
185
185
handleAnalyticsEvent ( { category : 'Chart Store' , action : 'CS_SHOW_DEPRECATED' } )
186
186
}
187
187
}
You can’t perform that action at this time.
0 commit comments