diff --git a/src/components/TuiSegment.astro b/src/components/TuiSegment.astro
index d328ddb..12eac01 100644
--- a/src/components/TuiSegment.astro
+++ b/src/components/TuiSegment.astro
@@ -14,7 +14,7 @@ const { id, label, options, value = options[0], title = "" } = Astro.props;
{label}
{
- options.map((opt, i) => (
+ options.map((opt) => (