From 46124cd9ec0f8808d56e3125773781cdfee34522 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 3 Feb 2025 09:06:46 +0100 Subject: [PATCH] Lib: Add comment --- src/lib/components/cards/DriverCard.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/cards/DriverCard.svelte b/src/lib/components/cards/DriverCard.svelte index f6422f7..2dd71d6 100644 --- a/src/lib/components/cards/DriverCard.svelte +++ b/src/lib/components/cards/DriverCard.svelte @@ -24,6 +24,8 @@ headshot_template?: string; /** The value this component's team select dropdown will bind to */ + // TODO: Move this into this component? Why am I passing it from the outside? + // This also applies to the other card components... team_select_value: string; /** The options this component's team select dropdown will display */