)
}
diff --git a/src/components/ui/Disclosure/stories/Disclosure.stories.js b/src/components/ui/Disclosure/stories/Disclosure.stories.js
index cd00aa55..7499945f 100644
--- a/src/components/ui/Disclosure/stories/Disclosure.stories.js
+++ b/src/components/ui/Disclosure/stories/Disclosure.stories.js
@@ -18,13 +18,13 @@ export const All = {
className: '',
items: [
{
- question: "Why can't I access certain websites?",
- answer: "Clear your browser's cache and cookies."
+ title: "Why can't I access certain websites?",
+ content: "Clear your browser's cache and cookies."
},
{
- question: "Why do I keep getting disconnected from the network?",
- answer: "Ensure that your network drivers are up-to-date."
+ title: "Why do I keep getting disconnected from the network?",
+ content: "Ensure that your network drivers are up-to-date."
}
]
}