Skip to content

Commit

Permalink
fix build with new prop (airbytehq#16663)
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson authored and robbinhan committed Sep 29, 2022
1 parent 87e284f commit 6e28377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const AccountSettingsView: React.FC = () => {
<EmailSection />
{authService.hasPasswordLogin() && <PasswordSection />}
<SettingsCard
light={false}
lightPadding={false}
title={
<Header>
<FormattedMessage id="settings.accountSettings.logoutLabel" />
Expand Down

0 comments on commit 6e28377

Please sign in to comment.