Lib: Add comment

This commit is contained in:
2025-02-03 09:06:46 +01:00
parent 09054d2134
commit 46124cd9ec

View File

@ -24,6 +24,8 @@
headshot_template?: string; headshot_template?: string;
/** The value this component's team select dropdown will bind to */ /** 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; team_select_value: string;
/** The options this component's team select dropdown will display */ /** The options this component's team select dropdown will display */