diff --git a/TODO.md b/TODO.md
index 3cdd87d..774fa30 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,7 +13,6 @@
- [Feat] Add languages to collectibles and pages previews
- [Feat] [RichTextContent] Handle relationship
- [Bugs] Vollkorn doesn't support many languages
-- [Bugs] [Scans] Lack of spacing above credits if no description (e.g: https://v3.accords-library.com/en/collectibles/dod-official-guide-book-complete-edition/scans)
- [Feat] [Timeline] Improve layout/spacing on mobile
- [Feat] Display if a content has a source language
- [Feat] [JSLess] Display if a content is available in more than one language
diff --git a/src/pages/[locale]/collectibles/[slug]/scans/index.astro b/src/pages/[locale]/collectibles/[slug]/scans/index.astro
index 2c4a9ac..512dae8 100644
--- a/src/pages/[locale]/collectibles/[slug]/scans/index.astro
+++ b/src/pages/[locale]/collectibles/[slug]/scans/index.astro
@@ -52,9 +52,11 @@ const hasOutsideObi = obi ? Object.keys(obi).some((value) => !value.includes("in
subtitle={translation.subtitle}
/>
- {translation.description &&