Skip to content

Commit

Permalink
fix(webapp): div indent
Browse files Browse the repository at this point in the history
  • Loading branch information
fvives99 committed Oct 27, 2022
1 parent d889a98 commit b659267
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions webapp/src/routes/RicardianContract/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ const RicardianContract = () => {

return (
<div>
<div className={classes.root}>
<RicardianContractComponent
contractName="eosio"
actionName=""
httpEndpoint={eosConfig.endpoint}
LinearProgressColor="primary"
title={t('title')}
/>
</div>
<div className={classes.root}>
<RicardianContractComponent
contractName="eosio"
actionName=""
httpEndpoint={eosConfig.endpoint}
LinearProgressColor="primary"
title={t('title')}
/>
</div>
</div>
)
}
Expand Down

0 comments on commit b659267

Please sign in to comment.