Skip to content

Commit 5d3a8ad

Browse files
committed
formating removed-81
1 parent 691a340 commit 5d3a8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/triContainerComp/triContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ export function TriContainer(props: TriContainerProps) {
142142
style={{padding: bodyStyle.containerBodyPadding}}
143143
/>
144144
</ScrollBar>
145-
</BackgroundColorContext.Provider>
145+
</BackgroundColorContext.Provider>
146146
)}
147147
{showFooter && (
148-
<BackgroundColorContext.Provider value={footerStyle.footerBackground}>
148+
<BackgroundColorContext.Provider value={footerStyle.footerBackground}>
149149
<FooterInnerGrid
150150
$showBorder={showHeader || showBody}
151151
{...otherFooterProps}

0 commit comments

Comments
 (0)