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