Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
I'm so tired
  • Loading branch information
aslilac committed May 14, 2024
commit 4c59f88dc9d437387f537ad6048e0e62ac6d92cb
2 changes: 2 additions & 0 deletions site/src/modules/dashboard/Navbar/NavbarView.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { Meta, StoryObj } from "@storybook/react";
import { chromaticWithTablet } from "testHelpers/chromatic";
import { MockUser, MockUser2 } from "testHelpers/entities";
import { withDashboardProvider } from "testHelpers/storybook";
import { NavbarView } from "./NavbarView";

const meta: Meta<typeof NavbarView> = {
Expand All @@ -10,6 +11,7 @@ const meta: Meta<typeof NavbarView> = {
args: {
user: MockUser,
},
decorators: [withDashboardProvider],
};

export default meta;
Expand Down