Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Nov 9, 2024
1 parent 7d791cd commit 2f1624f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/sw.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sw.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ export function EngineTransferPowerDown({
return (
<div className="transfer-dialog-content">
<div className="transaction-form">
<EngineTransferFormHeader titleLngKey={titleLngKey} subTitleLngKey={subTitleLngKey} />
<EngineTransferFormHeader
step={1}
titleLngKey={titleLngKey}
subTitleLngKey={subTitleLngKey}
/>
<div className="transaction-form-body powering-down">
<p>{i18next.t("transfer.powering-down")}</p>
<p>
Expand Down

0 comments on commit 2f1624f

Please sign in to comment.