diff --git a/src/pages/smarttax/tax-information-by-state/[slug].astro b/src/pages/smarttax/tax-information-by-state/[slug].astro
index d0476957..cc53af25 100644
--- a/src/pages/smarttax/tax-information-by-state/[slug].astro
+++ b/src/pages/smarttax/tax-information-by-state/[slug].astro
@@ -24,6 +24,7 @@ const { entry } = Astro.props;
const { Content, headings } = await entry.render();
---