Skip to content

Commit 081fb1f

Browse files
author
Ruslan Molchanov
committed
Merge branch 'OP-171-Spelling-error-in-single-scaffold-widget' into 'sprint'
OP-171 - Spelling error in single scaffold widget See merge request open-platform/api!166
2 parents d01a107 + 72604cd commit 081fb1f

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)