Skip to content

Commit 691a340

Browse files
committed
formating removed-80
1 parent a93891c commit 691a340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function TriContainer(props: TriContainerProps) {
145145
</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)