@@ -227,9 +229,7 @@ export const WithIcon: Story = {
Files
-
- Files content
-
+ Files content
@@ -237,7 +237,11 @@ export const WithIcon: Story = {
People
-
+
diff --git a/packages/@react-spectrum/s2/stories/Disclosure.stories.tsx b/packages/@react-spectrum/s2/stories/Disclosure.stories.tsx
index b56ce6f74fa..a42a1039e7d 100644
--- a/packages/@react-spectrum/s2/stories/Disclosure.stories.tsx
+++ b/packages/@react-spectrum/s2/stories/Disclosure.stories.tsx
@@ -17,10 +17,9 @@ import File from '../s2wf-icons/S2_Icon_File_20_N.svg';
import type {Meta, StoryObj} from '@storybook/react';
import NewIcon from '../s2wf-icons/S2_Icon_New_20_N.svg';
import React from 'react';
-import {style} from '../style' with { type: 'macro' };
+import {style} from '../style' with {type: 'macro'};
import {Text} from '../src/Content';
-
const meta: Meta
= {
component: Disclosure,
parameters: {
@@ -126,7 +125,7 @@ export const WithActionButton: Story = {
};
export const WithIcon: Story = {
- render: (args) => {
+ render: args => {
return (
@@ -134,12 +133,9 @@ export const WithIcon: Story = {
Files
-
- Files content
-
+ Files content
);
}
};
-