Skip to content

Commit 3e7f832

Browse files
committed
fix: .
1 parent 838568c commit 3e7f832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/App/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ function App({store, history, singleClusterMode, children, userSettings}: AppPro
3838
<Content singleClusterMode={singleClusterMode}>{children}</Content>
3939
<div id="fullscreen-root"></div>
4040
</NavigationWrapper>
41-
<ReduxTooltip />
4241
</ContentWrapper>
4342
{ChatPanel && <ChatPanel />}
43+
<ReduxTooltip />
4444
</Providers>
4545
);
4646
}

0 commit comments

Comments
 (0)