Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Mar 27, 2024
1 parent 5d640ce commit ac94d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export const SidePanelSupport = (): JSX.Element => {
</ul>
</Section>

{!hasAvailableFeature(AvailableFeature.EMAIL_SUPPORT) ? (
{hasAvailableFeature(AvailableFeature.EMAIL_SUPPORT) ? (
<Section title="More options">
{isEmailFormOpen ? (
<SupportFormBlock onCancel={() => closeEmailForm()} />
Expand Down

0 comments on commit ac94d56

Please sign in to comment.