fix: types
This commit is contained in:
parent
558c0964e4
commit
c1330101e1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user