Skip to content

Commit

Permalink
Update SidePanelSupport.tsx
Browse files Browse the repository at this point in the history
Restored `{isCloud ? (` for elements that should be available on cloud only.
  • Loading branch information
slshults authored Dec 20, 2024
1 parent e47da7c commit c7a4f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export const SidePanelSupport = (): JSX.Element => {
</Section>
) : null}

{isCloud || true ? (
{isCloud ? (
<FlaggedFeature flag={FEATURE_FLAGS.SUPPORT_SIDEBAR_MAX} match={true}>
<Section title="Ask Max the Hedgehog">
<>
Expand Down

0 comments on commit c7a4f5e

Please sign in to comment.