Disable "Read more..." for now
This commit is contained in:
parent
a6de0ec695
commit
bd98e8810e
|
@ -76,7 +76,8 @@ function CharityPage(props: { charity: Charity }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function Blurb({ text }: { text: string }) {
|
function Blurb({ text }: { text: string }) {
|
||||||
const [open, setOpen] = useState(false)
|
// Default to open for now (aka don't actually hide any text yet.)
|
||||||
|
const [open, setOpen] = useState(true)
|
||||||
|
|
||||||
// Calculate whether the full blurb is already shown
|
// Calculate whether the full blurb is already shown
|
||||||
const ref = useRef<HTMLDivElement>(null)
|
const ref = useRef<HTMLDivElement>(null)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user