Add arg to Header story

This commit is contained in:
Desmond Grealy
2022-12-29 05:28:18 -08:00
parent c597e7317c
commit 58a74af771
@@ -21,4 +21,4 @@ const Template = (args) => {
};
export const Default = Template.bind({});
Default.args = { session: { data: { user: { name: "StoryBook user" } }, status: "authenticated" } };
Default.args = { session: { data: { user: { name: "StoryBook user" } }, status: "authenticated" }, transparent: false };