This commit is contained in:
@@ -24,7 +24,7 @@ const { useBreakpoint } = Grid;
|
|||||||
const ForumDetail = () => {
|
const ForumDetail = () => {
|
||||||
const { id } = useParams();
|
const { id } = useParams();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const { user } = useAuth();
|
const { user, login } = useAuth();
|
||||||
const screens = useBreakpoint();
|
const screens = useBreakpoint();
|
||||||
const isMobile = !screens.md;
|
const isMobile = !screens.md;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user