Skip to content

Commit e13099a

Browse files
committed
fix for missing value
1 parent 4014e33 commit e13099a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/tags.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const TagsComponent: FC<{
243243
}}
244244
>
245245
<div className="text-white mix-blend-difference">
246-
{findTag.name}
246+
{findTag?.name}
247247
</div>
248248
</div>
249249
);

0 commit comments

Comments
 (0)