Skip to content

Commit

Permalink
Konflux pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Sep 4, 2024
1 parent 349b4cf commit 9f119b1
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 9f119b1

Please sign in to comment.