File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export default function ChartValues() {
115
115
)
116
116
}
117
117
return (
118
- < div className = ' flexbox-col h-100' >
118
+ < div className = " flexbox-col h-100" >
119
119
< Header appStoreApplicationName = { appStoreApplicationName } name = { valueName } />
120
120
< ChartValuesView
121
121
isCreateValueView
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default function ExternalApps() {
27
27
const params = useParams < { appId : string ; appName : string } > ( )
28
28
const { path } = useRouteMatch ( )
29
29
return (
30
- < div className = ' flexbox-col h-100' >
30
+ < div className = " flexbox-col h-100" >
31
31
< EAHeaderComponent
32
32
title = { AppListConstants . AppTabs . HELM_APPS }
33
33
redirectURL = { `${ URLS . APP } /${ URLS . APP_LIST } /${ AppListConstants . AppType . HELM_APPS } ` }
You can’t perform that action at this time.
0 commit comments