Skip to content

Commit 742d140

Browse files
committed
lint
1 parent fae5241 commit 742d140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Alert/Alert.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ export function WithDismiss() {
9090
export function WithCallToAction() {
9191
return (
9292
<Alert
93+
action={{ content: 'Primary action', url: 'https://www.userinterviews.com/' }}
9394
id="7"
9495
message="Alert with call to action"
9596
removeBorderLeft={false}
9697
title="CTA title"
9798
type={MessageTypes.INFO}
98-
action={{ content: 'Primary action', url: 'https://www.userinterviews.com/' }}
9999
onDismiss={() => {}}
100100
/>
101101
);

0 commit comments

Comments
 (0)