Skip to content

Commit b1d64fe

Browse files
committed
Format code
1 parent 1be1285 commit b1d64fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Alert = props => {
6060
};
6161

6262
Alert.defaultProps = {
63-
color: "success",
63+
color: 'success',
6464
is_open: true,
6565
duration: null
6666
};

src/components/Badge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Badge = props => {
4848
};
4949

5050
Badge.defaultProps = {
51-
color: "secondary",
51+
color: 'secondary',
5252
n_clicks: 0,
5353
n_clicks_timestamp: -1
5454
};

0 commit comments

Comments
 (0)