mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Begin work on tab components for beer by id page
This commit is contained in:
@@ -46,7 +46,7 @@ const BeerPostCommentsSection: FC<BeerPostCommentsSectionProps> = ({ beerPost })
|
||||
|
||||
const sectionRef: MutableRefObject<HTMLDivElement | null> = useRef(null);
|
||||
return (
|
||||
<div className="w-full space-y-3 md:w-[60%]">
|
||||
<div className="w-full space-y-3">
|
||||
<div className="card h-96 bg-base-300">
|
||||
<div className="card-body h-full" ref={sectionRef}>
|
||||
{user ? (
|
||||
|
||||
Reference in New Issue
Block a user