-
{{ticket().seat.row.category.name}} • Reihe {{convertIntoRowName(ticket().seat.row.position)}} Platz {{ticket().seat.position}}
+
+ {{ ticket().seat.row.category.name }}
+ @if (ticket().seat.row.category.name.length > 10) {
+
+ }
+ @else {
+ •
+ } Reihe
+ {{ convertIntoRowName(ticket().seat.row.position) }}
+ Platz
+ {{ ticket().seat.position }}
+
Ticketcode:
diff --git a/src/typings.d.ts b/src/typings.d.ts
new file mode 100644
index 0000000..b7260d8
--- /dev/null
+++ b/src/typings.d.ts
@@ -0,0 +1 @@
+declare module 'canvas-confetti';