diff --git a/src/app/components/info-card/info-card.tsx b/src/app/components/info-card/info-card.tsx index d8309f1a61e..e4bb264d2ee 100644 --- a/src/app/components/info-card/info-card.tsx +++ b/src/app/components/info-card/info-card.tsx @@ -30,8 +30,8 @@ interface InfoCardRowProps { export function InfoCardRow({ title, value, titleAdditionalElement, ...props }: InfoCardRowProps) { return ( - - + + tion review screen) {title} {titleAdditionalElement && titleAdditionalElement}