We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cab3a commit c2c5c75Copy full SHA for c2c5c75
.github/workflows/ci-a11y-vrt-experimental.yml
@@ -8,11 +8,13 @@ on:
8
paths:
9
- 'polaris-react/src/**'
10
- 'polaris-react/playground/**'
11
+ - 'polaris-react/.storybook/**'
12
- 'polaris-tokens/src/**'
13
pull_request:
14
15
16
17
18
19
20
jobs:
polaris-react/src/components/EmptyState/EmptyState.tsx
@@ -98,7 +98,6 @@ export function EmptyState({
98
const childrenMarkup = children ? (
99
<Text as="span" alignment="center" variant="bodySm">
100
{children}
101
- {heading}
102
</Text>
103
) : null;
104
0 commit comments