From 939cbccc3fd469f8bbf8a19dfb91f242f2cdf879 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Sun, 30 Oct 2022 17:36:59 +0800 Subject: [PATCH] [portal][misc] fix CI error --- apps/portal/src/pages/test__.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/pages/test__.tsx b/apps/portal/src/pages/test__.tsx index e587ab13..68ea77c9 100644 --- a/apps/portal/src/pages/test__.tsx +++ b/apps/portal/src/pages/test__.tsx @@ -55,7 +55,7 @@ export default function HomePage() {
{JSON.stringify(selectedCountry, null, 2)}
setSelectedCity(option)} /> -
{JSON.stringify(selectedCountry, null, 2)}
+
{JSON.stringify(selectedCity, null, 2)}