Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 0e53dc3

Browse files
author
Dieter
committed
CS update
1 parent eb06ca5 commit 0e53dc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/src/Alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class Alert extends React.Component {
243243
onClick={ this.onCrossClick }
244244
iconSource={ this.options.closeIcon }
245245
iconSize="1rem"
246-
aria-label={ __("close", "yoast-components" ) }
246+
aria-label={ __( "close", "yoast-components" ) }
247247
/>
248248
}
249249
</AlertBody>

packages/components/tests/AlertTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ test( "the error alert matches the snapshot", () => {
5555

5656
const tree = component.toJSON();
5757
expect( tree ).toMatchSnapshot();
58-
} );
58+
} );

0 commit comments

Comments
 (0)