Skip to content

Commit

Permalink
hide accessibility until data verified
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Mar 29, 2023
1 parent 6b79f5c commit 755bb3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/components/sections/VisitCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ export const VisitCard = (props: VisitCardProps) => {
icon={isAccessible ? 'carbon:accessibility' : 'carbon:warning'}
style={{ marginLeft: 0 }}
/>
{/* TODO: [IN-807] Validate accessibility data points before enabling.
<Text variant={variants.Text.utility2}>
{t('accessible-building', { context: `${isAccessible}` })}
</Text>
</Text> */}
</Stack>
</Stack>
)
Expand Down

0 comments on commit 755bb3f

Please sign in to comment.