diff --git a/client/src/components/ListQuestion.jsx b/client/src/components/ListQuestion.jsx index 9fbf637..3ae30a0 100644 --- a/client/src/components/ListQuestion.jsx +++ b/client/src/components/ListQuestion.jsx @@ -11,6 +11,7 @@ export default function ListQuestion({ creator, downvotes, status, + tags, text, title, upvotes, @@ -19,17 +20,18 @@ export default function ListQuestion({ }) { const sm = useMediaQuery((theme) => theme.breakpoints.only('sm')); const md = useMediaQuery((theme) => theme.breakpoints.only('md')); + console.log(123123, tags) return ( - {sm || md ? : null} + {sm || md ? : null} - {sm || md ? null: } + {sm || md ? null : } ))} {count > 1 && ( - + { setContent(''); - + }, [setContent]); const handleChange = (e) => {