Skip to content

Commit

Permalink
fix(web): make ESLint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 20, 2024
1 parent 360ff3c commit 82265b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/core/InstallationProgress.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function InstallationProgress() {
// TRANSLATORS: %s is replaced by a product name (e.g., openSUSE Tumbleweed)
const title = sprintf(_("Installing %s, please wait ..."), selectedProduct.name);
return (
<SimpleLayout showOutlet={false} showInstallerOptions={true}>
<SimpleLayout showOutlet={false} showInstallerOptions>
<ProgressReport title={title} />
</SimpleLayout>
);
Expand Down

0 comments on commit 82265b5

Please sign in to comment.