|
|
@@ -119,6 +119,8 @@ import { toast } from "vue-sonner";
|
|
|
|
|
|
import { getWsUrl } from "@/lib/utils";
|
|
|
|
|
|
+const authStore = useAuthStore();
|
|
|
+
|
|
|
const props = defineProps<{
|
|
|
orderId: number;
|
|
|
compact?: boolean;
|
|
|
@@ -201,7 +203,6 @@ function startCooldown() {
|
|
|
}
|
|
|
}, 1000);
|
|
|
}
|
|
|
-const authStore = useAuthStore();
|
|
|
|
|
|
|
|
|
|