Skip to content

Commit c6d1141

Browse files
Rekl0wrickhanlonii
andauthored
Update src/content/learn/sharing-state-between-components.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
1 parent 780259a commit c6d1141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/sharing-state-between-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default function Accordion() {
138138
return (
139139
<>
140140
<h2>Almaty, Kazakhstan</h2>
141-
<Panel title="About" isActive={isActive} onShow={() => setIsActive(true)}>
141+
<Panel title="About" isActive={true} onShow={() => { } }>
142142
With a population of about 2 million, Almaty is Kazakhstan's largest city. From 1929 to 1997, it was its capital city.
143143
</Panel>
144144
<Panel title="Etymology" isActive={isActive} onShow={() => setIsActive(true)}>

0 commit comments

Comments
 (0)