Skip to content

Commit

Permalink
remove bad check
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Sep 4, 2024
1 parent 367fb4a commit bb6de1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/components/account/VerifiedBuildCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit bb6de1a

Please sign in to comment.