From e838bd368b0557fc56640486bf60defe3272ef95 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 16 Jun 2023 22:46:05 -0400 Subject: [PATCH] add content type --- solid_start/src/components/Slingshot.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/solid_start/src/components/Slingshot.tsx b/solid_start/src/components/Slingshot.tsx index efc66ee..1144936 100644 --- a/solid_start/src/components/Slingshot.tsx +++ b/solid_start/src/components/Slingshot.tsx @@ -19,6 +19,7 @@ export default function Slingshot(props: { ammo: Ammo }) {
{props.ammo.content_type}
) as JSXElement;