Skip to content

Commit 72604cd

Browse files
OP-171 - Spelling error in single scaffold widget
1 parent cdb6bf5 commit 72604cd

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

frontend/.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

frontend/src/components/ScaffoldList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ScaffoldList extends Component {
4343
</Grid.Row>
4444
<Grid.Row>
4545
<Grid.Column width={4}>Fiat Amount: {scaffoldData.fiatAmount}</Grid.Column>
46-
<Grid.Column width={4}>Currecy: {scaffoldData.currency}</Grid.Column>
46+
<Grid.Column width={4}>Currency: {scaffoldData.currency}</Grid.Column>
4747
<Grid.Column width={8}>Scaffold Amount: {scaffoldData.conversionAmount} Ether</Grid.Column>
4848
</Grid.Row>
4949
</Grid>

0 commit comments

Comments
 (0)