mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
fix: remove duplicate banner (#6726)
This commit is contained in:
parent
4932ae0539
commit
089bc4851e
@ -75,7 +75,6 @@ export const App = () => {
|
|||||||
condition={outdatedSdksBannerEnabled}
|
condition={outdatedSdksBannerEnabled}
|
||||||
show={<OutdatedSdksBanner />}
|
show={<OutdatedSdksBanner />}
|
||||||
/>
|
/>
|
||||||
<OutdatedSdksBanner />
|
|
||||||
<StyledContainer>
|
<StyledContainer>
|
||||||
<ToastRenderer />
|
<ToastRenderer />
|
||||||
<Routes>
|
<Routes>
|
||||||
|
Loading…
Reference in New Issue
Block a user