We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7a764 commit 5bd8796Copy full SHA for 5bd8796
2 files changed
packages/ui-components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@node-core/ui-components",
3
- "version": "1.6.1",
+ "version": "1.6.2",
4
"type": "module",
5
"exports": {
6
"./*": {
packages/ui-components/src/Common/Signature/SignatureHeader/index.tsx
@@ -30,7 +30,7 @@ const SignatureHeader: FC<SignatureHeaderProps> = ({
30
[styles.longName]: name.length > 16,
31
})}
32
>
33
- {name}:
+ {name}
34
{optional && (
35
<span
36
role="img"
@@ -41,6 +41,7 @@ const SignatureHeader: FC<SignatureHeaderProps> = ({
41
?
42
</span>
43
)}
44
+ :
45
46
47
0 commit comments