Skip to content

Commit 554ad6d

Browse files
committed
fix: formatting
1 parent 0b2e7ae commit 554ad6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/charts/chartValues/ChartValues.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function ChartValues() {
115115
)
116116
}
117117
return (
118-
<div className='flexbox-col h-100'>
118+
<div className="flexbox-col h-100">
119119
<Header appStoreApplicationName={appStoreApplicationName} name={valueName} />
120120
<ChartValuesView
121121
isCreateValueView

src/components/external-apps/ExternalApps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function ExternalApps() {
2727
const params = useParams<{ appId: string; appName: string }>()
2828
const { path } = useRouteMatch()
2929
return (
30-
<div className='flexbox-col h-100'>
30+
<div className="flexbox-col h-100">
3131
<EAHeaderComponent
3232
title={AppListConstants.AppTabs.HELM_APPS}
3333
redirectURL={`${URLS.APP}/${URLS.APP_LIST}/${AppListConstants.AppType.HELM_APPS}`}

0 commit comments

Comments
 (0)