Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaindik committed Aug 14, 2023
1 parent f438cb2 commit 8ee5ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface AuthorProps {

const Author = ({ author }: AuthorProps) => <BadgeList badges={author} />;

const BuildingBlock = () => i18n.BUILDING_BLOCK_FIELD_DESCRIPTION;
const BuildingBlock = () => <EuiText>{i18n.BUILDING_BLOCK_FIELD_DESCRIPTION}</EuiText>;

interface SeverityMappingItemProps {
severityMappingItem: SeverityMappingItemType;
Expand Down

0 comments on commit 8ee5ffd

Please sign in to comment.