Skip to content

Commit a1c5f65

Browse files
committed
fix syntax error in the select-hardware.js file.
1 parent 6fb9fba commit a1c5f65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ui/pages/create-account/connect-hardware/select-hardware.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,9 @@ export default class SelectHardware extends Component {
306306
</a>
307307
{this.context.t('ledgerFirefoxNotSupportedDescription2')}
308308
<br />
309-
{this.context.t('ledgerFirefoxNotSupportedDescription3')}
310-
</BannerAlert>
309+
{this.context.t('ledgerFirefoxNotSupportedDescription3')}
310+
</BannerAlert>
311+
</Box>
311312
)}
312313

313314
<Box

0 commit comments

Comments
 (0)