From 48ad96fbec60f2505c4443d47d750a38201b55b1 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Thu, 29 May 2025 14:25:50 +0100 Subject: [PATCH] Update page.tsx --- app/dashboard/storefront/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/storefront/page.tsx b/app/dashboard/storefront/page.tsx index 6d1a7d3..d3b0edb 100644 --- a/app/dashboard/storefront/page.tsx +++ b/app/dashboard/storefront/page.tsx @@ -242,7 +242,7 @@ export default function StorefrontPage() {
- setStorefront(prev => ({ ...prev, telegramToken: e.target.value }))}