1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: remove duplicate banner (#6726)

This commit is contained in:
Mateusz Kwasniewski 2024-03-28 10:17:57 +01:00 committed by GitHub
parent 4932ae0539
commit 089bc4851e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,6 @@ export const App = () => {
condition={outdatedSdksBannerEnabled}
show={<OutdatedSdksBanner />}
/>
<OutdatedSdksBanner />
<StyledContainer>
<ToastRenderer />
<Routes>