diff --git a/TODO.md b/TODO.md index 4c86d41..e907d9c 100644 --- a/TODO.md +++ b/TODO.md @@ -33,7 +33,7 @@ ## Fixes -- [ ] Make sure that gat descriptions are a) required and b) displayed on the UI +- [x] Make sure that gat descriptions are a) required and b) displayed on the UI ## Words Words Words diff --git a/frontend/src/components/GatModal.svelte b/frontend/src/components/GatModal.svelte index 05b7c1a..65de35f 100644 --- a/frontend/src/components/GatModal.svelte +++ b/frontend/src/components/GatModal.svelte @@ -28,7 +28,7 @@ } -{#if state.player.needs_gat_description} +{#if state.player.completed_personal_1 && (state.player.needs_gat_description || !state.player.gat_description?.trim())}