fix: types

This commit is contained in:
Vyacheslav Matyukhin 2022-06-01 00:24:27 +03:00
parent 558c0964e4
commit c1330101e1
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -63,7 +63,7 @@ const LastUpdated: React.FC<{ timestamp: Date }> = ({ timestamp }) => (
// Main component
interface Props {
container: (children: ReactNode) => ReactElement;
container?: (children: ReactNode) => ReactElement;
question: QuestionFragment;
showTimeStamp: boolean;
expandFooterToFullWidth: boolean;