From 9e3a5beae975f277559349281a1bd33a4d78b98b Mon Sep 17 00:00:00 2001 From: Grant Forrest Date: Wed, 10 Apr 2024 22:26:05 -0400 Subject: [PATCH] syntax error --- .vscode/settings.json | 2 +- apps/trip-tick/web/src/components/weather/WeatherForecast.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f1f1c53..dd80db60 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "unocss.root": ["web", "apps/trip-tick/web", "apps/gnocchi/web"], + // "unocss.root": ["web", "apps/trip-tick/web", "apps/gnocchi/web"], "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "typescript.preferences.autoImportFileExcludePatterns": [ diff --git a/apps/trip-tick/web/src/components/weather/WeatherForecast.tsx b/apps/trip-tick/web/src/components/weather/WeatherForecast.tsx index 538d2c95..3ec92db2 100644 --- a/apps/trip-tick/web/src/components/weather/WeatherForecast.tsx +++ b/apps/trip-tick/web/src/components/weather/WeatherForecast.tsx @@ -145,7 +145,7 @@ function DayForecast({ day }: { day: FragmentOf }) { return (
{new Date(date).getDate()}
- {willRain && } + {!!willRain && }