We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839973b commit 34bc2fbCopy full SHA for 34bc2fb
contracts/SBTToken.sol
@@ -156,7 +156,7 @@ contract SBTToken is ISBTToken, ERC721EnumerableUpgradeable {
156
sbtAttributes = attributeInString;
157
} else {
158
sbtAttributes = string(
159
- abi.encodePacked(sbtAttributes, ",", attributeInString)
+ abi.encodePacked(sbtAttributes, ", ", attributeInString)
160
);
161
}
162
@@ -186,7 +186,7 @@ contract SBTToken is ISBTToken, ERC721EnumerableUpgradeable {
186
187
188
189
190
191
192
0 commit comments