Skip to content

Commit

Permalink
Merge pull request #3999 from dlabrecq/konflux
Browse files Browse the repository at this point in the history
Konflux pipeline test
  • Loading branch information
dlabrecq authored Sep 4, 2024
2 parents cecaee3 + 9f119b1 commit ea3d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const Settings: React.FC<SettingsProps> = () => {
<div style={styles.tabs}>{getTabs(availableTabs)}</div>
)}
</header>
<div>{getTabContent(availableTabs)}</div>
<div>{getTabContent(availableTabs)}</div>.
</div>
);
};
Expand Down

0 comments on commit ea3d8be

Please sign in to comment.