Skip to content

Commit

Permalink
fix: remove duplicate banner (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Mar 28, 2024
1 parent 4932ae0 commit 089bc48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/component/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const App = () => {
condition={outdatedSdksBannerEnabled}
show={<OutdatedSdksBanner />}
/>
<OutdatedSdksBanner />
<StyledContainer>
<ToastRenderer />
<Routes>
Expand Down

0 comments on commit 089bc48

Please sign in to comment.