add assessment list
This commit is contained in:
@@ -30,7 +30,6 @@ type Props = {
|
||||
|
||||
export const QuestionsQuery: FC<Props> = ({ title, where, status }) => {
|
||||
const { user } = useCurrentUser()
|
||||
|
||||
const [questions, setQuestions] = useState<Question[]>([])
|
||||
const [pageInfo, setPageInfo] = useState<PageInfo | undefined>()
|
||||
|
||||
@@ -80,8 +79,6 @@ export const QuestionsQuery: FC<Props> = ({ title, where, status }) => {
|
||||
})
|
||||
}
|
||||
|
||||
console.log(pageInfo)
|
||||
|
||||
return (
|
||||
<QuestionsList
|
||||
title={title}
|
||||
|
||||
Reference in New Issue
Block a user