We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e83244 commit 6788f31Copy full SHA for 6788f31
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-front-end",
3
- "version": "2.14.339",
+ "version": "2.14.340",
4
"private": true,
5
"scripts": {
6
"dev": "vite --host",
src/components/SubListItem.vue
@@ -532,7 +532,7 @@ const flow = computed(() => {
532
};
533
} else {
534
return {
535
- firstLine: `${target.error?.type}`,
+ firstLine: `⚠️ ${target.error?.type}`,
536
secondLine: `${target.error?.message}`,
537
538
}
0 commit comments