🐛 Parse valid publicId even though the prefix is empty

This commit is contained in:
Baptiste Arnaud
2023-08-17 17:59:44 +02:00
parent 9cfca3857e
commit a4ba9a8a77
3 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ const Expression = ({
)
}
case 'Empty':
return <Text>Reset {variableName}</Text>
return <Text as="span">Reset {variableName}</Text>
case 'Random ID':
case 'Today':
case 'Now':