♻️ front: accept false in grouped rows molecule for the { bool && <el>} pattern to work
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user