Skip to content

Commit de05842

Browse files
committed
test
1 parent 4c5f9c9 commit de05842

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/modules/User/components/VisibilityDropdown.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ const VisibilityDropdown = ({ sketch, onVisibilityChange }) => {
1313
{
1414
value: 'Public',
1515
label: 'Public',
16-
icon: <EarthIcon className="visibility-icon" />,
16+
icon: <EarthIcon className="visibility-icon" />,
1717
description: 'Anyone can see this sketch'
1818
},
1919
{
2020
value: 'Private',
2121
label: 'Private',
22-
icon: <LockIcon className="visibility-icon" />,
22+
icon: <LockIcon className="visibility-icon" />,
2323
description: 'Only you can see this sketch'
2424
}
2525
];

client/testData/testReduxStore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const mockProjects = [
99
files: [],
1010
createdAt: '2021-02-26T04:58:14',
1111
id: 'testid1',
12-
visibility: 'Public'
12+
visibility: 'Public'
1313
},
1414
{
1515
name: 'testsketch2',
@@ -18,7 +18,7 @@ const mockProjects = [
1818
files: [],
1919
createdAt: '2021-02-23T17:40:43',
2020
id: 'testid2',
21-
visibility: 'Public'
21+
visibility: 'Public'
2222
}
2323
];
2424

0 commit comments

Comments
 (0)