diff --git a/src/web/questions/components/QuestionCard/index.tsx b/src/web/questions/components/QuestionCard/index.tsx index 9903c92..7468b92 100644 --- a/src/web/questions/components/QuestionCard/index.tsx +++ b/src/web/questions/components/QuestionCard/index.tsx @@ -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;