Skip to content

Commit

Permalink
incorporate review comment
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg committed Oct 28, 2024
1 parent a839cf5 commit 2319bf9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ui/components/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ export function AppLayout({
>
{/*<HelpContainer>*/}
<ClusterDrawerProvider>
{isValidKafkaId ? (
<ReconciliationProvider kafkaId={kafkaId}>
<ReconciliationProvider kafkaId={kafkaId ?? ""}>
{isValidKafkaId && (
<ReconciliationPausedBanner kafkaId={kafkaId} />
<ClusterDrawer>{children}</ClusterDrawer>
</ReconciliationProvider>
) : (
<></>
)}
)}
<ClusterDrawer>{children}</ClusterDrawer>
</ReconciliationProvider>
</ClusterDrawerProvider>
{/*</HelpContainer>*/}
</Page>
Expand Down

0 comments on commit 2319bf9

Please sign in to comment.