diff --git a/hyperglass/ui/components/output/fields.tsx b/hyperglass/ui/components/output/fields.tsx index eff8061..854295e 100644 --- a/hyperglass/ui/components/output/fields.tsx +++ b/hyperglass/ui/components/output/fields.tsx @@ -167,7 +167,7 @@ const _RPKIState: React.ForwardRefRenderFunction = ( const icon = [ { md: 'MdCancel' }, { fa: 'FaCheckCircle' }, - { bi: 'BisError' }, + { bi: 'BiError' }, { bs: 'BsQuestionCircleFill' }, ] as Record[];