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 // Main component
interface Props { interface Props {
container: (children: ReactNode) => ReactElement; container?: (children: ReactNode) => ReactElement;
question: QuestionFragment; question: QuestionFragment;
showTimeStamp: boolean; showTimeStamp: boolean;
expandFooterToFullWidth: boolean; expandFooterToFullWidth: boolean;