diff --git a/app/components/account/VerifiedBuildCard.tsx b/app/components/account/VerifiedBuildCard.tsx index efa86570..aa82bd56 100644 --- a/app/components/account/VerifiedBuildCard.tsx +++ b/app/components/account/VerifiedBuildCard.tsx @@ -91,9 +91,6 @@ const ROWS: TableRow[] = [ ]; function RenderEntry({ value, type }: { value: OsecRegistryInfo[keyof OsecRegistryInfo]; type: DisplayType }) { - if (!value) { - return <>; - } switch (type) { case DisplayType.Boolean: return (