♻️ front: accept false in grouped rows molecule for the { bool && <el>} pattern to work

This commit is contained in:
Eric Doughty-Papassideris
2024-04-21 22:10:34 +02:00
committed by ericlinagora
parent 1f32311284
commit 0dec935e73
@@ -7,9 +7,9 @@ interface BlockProps extends React.InputHTMLAttributes<HTMLInputElement> {
avatar: JSX.Element;
title: JSX.Element | string;
subtitle: JSX.Element | string;
title_suffix?: JSX.Element | string;
subtitle_suffix?: JSX.Element | string;
suffix?: JSX.Element | string;
title_suffix?: JSX.Element | string | false;
subtitle_suffix?: JSX.Element | string | false;
suffix?: JSX.Element | string | false;
className?: string;
}