Skip to content

Commit

Permalink
remove args for component
Browse files Browse the repository at this point in the history
Signed-off-by: Nilesh Gupta <[email protected]>
  • Loading branch information
ngu04 committed Nov 21, 2024
1 parent a1d15d8 commit 9b716ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type Story = StoryObj<typeof AccessibilityStatementComponent>;
export const AccessibilityStatement: Story = {
args: {
teamEmail: '[email protected]',
emailUsToReportAProblem: () => console.log('Email us to report a problem'),
onClose: () => console.log('Close button clicked'),
emailUsToReportAProblem: () => console.log('Email us to report a problem')
}
};
1 change: 1 addition & 0 deletions src/components/Footer/BottomBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Story = StoryObj<typeof BottomBarComponent>;

export const BottomBar: Story = {
args: {
title: 'Accessibility Statement',
email: '[email protected]',
clickAccessibility: () => console.log('Click Accessibility'),
url: 'http://localhost:6006'
Expand Down

0 comments on commit 9b716ba

Please sign in to comment.