Skip to content

Commit

Permalink
chore: using single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 committed May 21, 2024
1 parent c5a2c73 commit f9ce237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tx/TxData.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ class TxData extends React.Component {

const renderNCArguments = (args) => {
if (!Array.isArray(args) || args.length === 0) {
return " - ";
return ' - ';
}

return args.map((arg) => (
Expand Down

0 comments on commit f9ce237

Please sign in to comment.